Hello Jeff, You don't need to open the flash driver to read the data flash - you can access this memory using address pointers from 40100000h to 40110000h. SSP 1.1.x and earlier did not disable the cache and this could've lead to some problems when programming. I recommend against using software delay loops altogether - tx_thread_sleep() can be used instead. For accurate delays and HAL-only projects, you can use hardware timer. Regards
↧