Hi everyone,
I use the w_uart example program to make a fixed FLASH address to write the software version number, and the settings are as follows:
Add the following statement in wireless_uart.c:
const char SoftwareVersion[6] __attribute__ ((section(".text_Flash2"))) = {'1','.','0','.','1'};
But after compiling, Figure 3 SOFTWARE_VERSION used size is still =0, what is the problem?
TKS!!!