How to detect the flash size at compile time ?
Is there a preprocessor define of the flash size available at compile time ?I know that the flash size can be read at run-time from the FLASH_SIZE_DATA_REGISTER but I need the value for a constexpr.I found only the following definitions - but this is...