FreeRTOS / iot-reference-stm32u5

MIT License
44 stars 29 forks source link

NS FPU access #6

Closed grdSTM closed 2 years ago

grdSTM commented 2 years ago

Hi,

this patch allows the application to use the NS FPU. Otherwise the computation of PLL parameters, which rely on FPU instructions, produces an access fault.

Regards