2012-01-18 09:11 AM
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.2012-01-19 08:14 AM
Please check this
. This uClinux port supports pthread-style multithreading on STM32F2.