Click here to Skip to main content
15,887,328 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
C#
Need help with porting freeRTOS on stm32 and making application with CMSIS which inputs uart package:
0xAA - preamble
0x55 - preamble
byte - GPIO number
byte - LSB bit 
0xEE - trailer, command will be executed when this byte is received

and sets the state of LSB bit from 4th  byte to GPIO defined with 3rd byte from uart package. 


What I have tried:

I am a biginner and this is my starting assignment. I had to use STM32CubeMx tool, which i installed, and CMSIS lib, also downloaded,i kind dont know which board from CubeMX to pick and when i pick discovery board and try to generate code to the Keil uvision 5 i get that some def and libs arent included and my code doesnt show. Dunno if Keil is even a good pick, it was on my on hand...i was just exploring, and feeling kind a lost in all this but i would like to find my self :D

Cheers
Posted
Updated 5-Jul-16 22:39pm

1 solution

FreeRTOS does not need porting to STM32. There are lots of demos on the FreeRTOS website, and FreeRTOS is included in the CubeMX software.

Sorry to ask the obvious, but did you read the CubeMX getting started guide or Google "STM32CubeMX tutorial" - or something like that? Googling that brings up lots of hits, including a link on the FreeRTOS website that has an overview of the workflow.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900