How to Read & write application code with comments STM32.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-03-11 7:01 PM
I want to read and write application code with comments in STM32 MCU flash or external memory.
When I read flash from STM32 MCU I want comments also present there in code.
How can I do this? It is possible with MCUs inbuilt memory or need external memory?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-03-11 8:35 PM
>>It is possible with MCUs inbuilt memory or need external memory?
Wouldn't that really depend on how much space your "code + comments" consume.
Is this some interpreted source code?
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-03-11 8:44 PM
we can assume (code + comments ) > MCU flash size then how it is possible?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-03-11 9:42 PM
ST has parts with 2MB of internal flash.
Most could take external SPI, and QuadSPI NOR Flash, so 16MB up 128MB readily available.
For GB look to SD cards or eMMC chips using NAND Flash.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-03-12 4:40 PM
What is the compiler settings for this so it's donot remove comments?
Is there any example project of external QSPI memory interface with STM32?
