This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

F28377s是定义ram还是flash,是怎样定义的



各位专家好:

         以下代码来自controlSUILT,请问定义ram还是flash是怎样做到的?

#if defined(RAM)
   BEGIN           : origin = 0x000000, length = 0x000002
#elif defined(FLASH)
   BEGIN           : origin = 0x080000, length = 0x000002
#endif