Jump to content
43oh

STM32F4 Discovery example with ChibiOS(RTOS)


Recommended Posts

After struggling with the ST library, I looked for other solutions coding for the F4. So I found the RTOS Chibios and got productive much easier.

I wrote some examples using the ADC, PWM and the microUSB using either libusb or a generic USB-CDC driver to connect it to the computer:

https://github.com/Mathias-L

I also already have a forum thread about them on the ChibiOS forums (1, 2).

Note: You need the ChibiOS svn versions, since the STM32F4 USB driver is not yet in the stable release.

Disclaimer: Since I am a noob at C, RTOS, uCs and much more, the code is not done by a professional, I still think it might be a help for example for arduino converts.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...