Help or Info on STM32h7 running Lua 5.x
Hello,
I have been working on a project attempting to get Lua 5.5, Freertos running on a STM32h723.
I used cubeMX to generate my project with Freertos enabled.
I brought in Lua 5.5 library from their website https://www.lua.org/download.html
I was able to get it compiling and my project as a whole builds and flashes without errors.
Now the part that I'm struggling with. If for any reason Lua has a error the STM32 goes into hard fault and most of the time it seems to be a BusFault caused by IMPRECISERR.
I'm trying to figure out if getting Lua to work on the Cortex-m7 is more involved than just adding the library. As I was watching a video from a person that was getting LuaJIT ported to the STM32h7 and he had talked about a few issues he had in regards to the Cortex-m7 https://www.youtube.com/watch?v=U9Jnah4uXBY Though I will admit he was trying to port over the Lua Just In Time compiler and other things that I don't believe base Lua has.
I would appreciate it if anyone is willing to help if possible.
Thank you.
