STM32L072CZ. NVM programming example project crashes.
Project based on "01_NVMEraseProg" from the "STM32L0xx_Snippets_Package_V1.2.0" crashes.Below is a source code to erase/write 100 flash pages. Code crashes 9 time out of 10.int main(void){ uint32_t addr; error = 0; SysTick_Config(2000); /* 1ms con...