This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSP430FR5969: Bad sector size in ti-rtos

Part Number: MSP430FR5969


Hi im using spi flash by NVSSPI libery i assume sector size, and region size are wrong, value is to big for size_t. 

#define SPI_REGION_BASE   0x1B000
#define SPI_SECTORSIZE    0x10000
#define SPI_REGIONSIZE    (SPI_SECTORSIZE * 0x10)
#define VERIFYBUFSIZE    64


**Attention** This is a public forum