Hi all,just a short question:Why does the compiler say that the page is redefined?#define ADDR_FLASH_PAGE_148 ((uint32_t)0x0804A000)
#define ADDR_FLASH_PAGE_149 ((uint32_t)0x0804A800)Same page but with small letters and that's ok for the compiler...
Okay, thank you.I thought the prepropressor had an issue while comparing #define ADDR_FLASH_PAGE_148 ((uint32_t)0x0804A000)
#define ADDR_FLASH_PAGE_149 ((uint32_t)0x0804A800) and stopping the comparison after the capital letter. Because the two ...