sd_flash_write(((uint32_t *)storage_addr), (uint32_t *)p_data_addr, size / sizeof(uint32_t));
why here size value is divided by sizeof(uint32_t).
what is byte value of uint32_t.is it 4 byte?. i searched in stdint.h file there has use int only.
uint32_t byte value is 4 byte or 2 byte?
thanks,