Tool/software:
Hi experts,
My customer has raised the following question:
If the main loop is interrupted while writing a floating value, will the float variable read in the ISR be corrupted? Does the AM263X have any optimizations for this scenario, or is there a way to optimize the floating-point write operation into a single instruction?
I noticed that for the F29X series, the C29x CPU User Guide. If the CPU pipeline is stalled due to memory RD/WR access, this will block any interrupts.
For F28x series, it is similar。https://www.ti.com.cn/cn/lit/ug/spru430f/spru430f.pdf
The customer would like to know if there is corresponding documentation for the AM263X series. If available, could you please provide it?