2020-03-30 07:12 AM
Hi,
I am using the IAR to program the STM8L151F3. And in my project I need to create a "serialization" controlled by me.
And I want to record a variable in the last flash memory. How to do this using IAR?
2020-04-09 01:04 PM
That's how it's done:
__root const char idNumber[4] = {0x01, 0x23, 0x45, 0x67};