Home > database >  Problem with linking static library in STM32CubeIDE
Problem with linking static library in STM32CubeIDE

Time:07-15

I'm having problems with including the MicroPython as a static library into an STM32CubeIDE project.

My ultimate goal is to run the MicroPython as a FreeRTOS task. At this point I don't have the FreeRTOS in the mix yet, I'm just trying to use the MicroPython library from my own app.

I have successfully compiled (with the provided make files) and ran the MicroPython minimal port (for STM32, enter image description here

  • Related