Part Number: TMS320F28388D
Other Parts Discussed in Thread: SYSBIOS
Hi,
I have TI-RTOS running on TMS320F28388D CM and now have the need to write data to flash. Problem is that the kernel is also executing from flash at the same time so I expect that I will need to stop the kernel's flash execution during any flash write or erase operations. So, is it possible to have an atomic (non interrupted) RTOS task that executes from ram, or maybe a sysbios API call that will pause kernel task switching or do I use the brute force approach and just turn off interrupts until the flash API call (erase or write) is completed? Or maybe this is just impossible. Your thoughts??
Thanks, Joel