I am reading "Getting Started with MCUXpresso SDK for EVK-MIMXRT1060" and this article said about package folder and structure of each example.
I tried to open local location of installed SDK from installed SDK window, but there is only .zip file. I tried to download SDK from the internet by using Welcome | MCUXpresso SDK Builder (nxp.com), I extracted .zip file and there are some folders of example. Where can I find example folders installed in MCUXpresso IDE that is same as in .zip file?
Furthermore, I checked structure of hello_world folder and structure of hello_world project in IDE. It is so different. In IDE, there are many folders such as "board", "component", "device"... You can see in attached images. For example, there is the file "semihost_hardfault.c" in the IDE, but this file is not in hello_world folder of .zip file. How to understand the structure of the project in the IDE? Now I cannot map files from folder (of .zip file) to files to the IDE.
Sorry for my not good English. Thank you.