cancel
Showing results for 
Search instead for 
Did you mean: 

uCLinux on STM32

davidwoosley9
Associate
Posted on January 18, 2012 at 18:11

We were able to port the CodeSourcery uCLinux kernel for the STM3210E-EVAL to our target hardware employing an  STM32F103.  A few tweaks to the kernel source and config files were required to accomplish this feat.  A couple more tweaks were necessary to change the kernel from XIP (execute in place) to excecute from RAM.  Now, it appears that the kernel does not support multithreaded scheduling, or at least the scheduling necessary to support the pthread library.  Has anybody solved this issue, or does anybody know the expert to contact who might be able to help solve this issue?

Thanks for you support.
1 REPLY 1
vlad239955
Associate II
Posted on January 19, 2012 at 17:14

Please check this

http://www.emcraft.com/index.php/products/89

. This uClinux port supports pthread-style multithreading on STM32F2.