Hello everyone,
I am trying to port the FreeRTOS onto a STM32L4R5 based board.
I am wondering which config file to base it on. ( From the Demo folder of the source)
Thank you.
Hello everyone,
I am trying to port the FreeRTOS onto a STM32L4R5 based board.
I am wondering which config file to base it on. ( From the Demo folder of the source)
Thank you.
I think the most common strategy for starting is to use STM32CubeMX to generate a basic project. But if you want to find something from the demos, this one seems to be a good fit.
Thank you Jeff.
I tried basing the config file with the one in the Link. I had to make some changes and was able to port.