You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on setting up ThreadX with Cortex-R5F on Xilinx Ultrascale+ R5F. I've noticed some data corruption associated with using floating point registers on memcpy and now looking at _tx_thread_context_save for R5 port, it seems like it doesn't save context floating point registers.
There are some references to VFP support on other processor ports but isn't much documentation to go off.
Is it possible to use hard floating point math on R5 with ThreadX?
The text was updated successfully, but these errors were encountered:
I'm working on setting up ThreadX with Cortex-R5F on Xilinx Ultrascale+ R5F. I've noticed some data corruption associated with using floating point registers on memcpy and now looking at _tx_thread_context_save for R5 port, it seems like it doesn't save context floating point registers.
There are some references to VFP support on other processor ports but isn't much documentation to go off.
Is it possible to use hard floating point math on R5 with ThreadX?
The text was updated successfully, but these errors were encountered: