This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Unable to make sd_flash_page_erase() work

Hello, i am trying to erase page from flash using sd_flash_page_erase(page_number); but it doesn't work. I find page number by doing my address (0x0002D000) to decimal (184320/1024)/4=45, sd_flash_page_erase(45); after ble_stack_init(); and it doesn't do the trick. I am using s110 8.0.0. nrf51422

Parents Reply Children
No Data
Related