Other Parts Discussed in Thread: CC3220SF, UNIFLASH
Tool/software: Code Composer Studio
Hi,
I use flash.c driver in "ti\simplelink_cc32xx_sdk_1_60_00_04\source\ti\devices\cc32xx\driverlib" to write several data to flash memory. When i checked the flash memory, i can write data using flashErase and FlashProgram functions and can get return 0, it's ok. But after that, i have to call i2cClose function (or interrupted functions such as this) and module gets fault_isr issue.
I have tried FlashIntUnregister, flashDisable functions to close flash memory interrupt but i cannot solved the issue, and could not find any code examples about using functions inside flash.c. Is there any example about this or can i get help about using this driver?
Thanks!