2009-11-12 05:56 AM
how to run ucos on stm32
2011-05-17 04:29 AM
Hi,
I am working on STM32F103RET6. I am new to ucos. could anyone tell me the steps to run ucos on stm32. I got the source code from Micrium for Keil. So i need to know how to run and where to see the result.2011-05-17 04:29 AM
Hi,
I suggest you to purchase the Micrium's newest RTOS µC-OS/III bundle: a two-part book accompanied by an ST STM32F107 evaluation board. 1) The 1st part covers the internals of µC/OS-III 2) The 2nd part provides specific examples for using µC/OS-III on the popular STM32 Available At This is a good starting point and you will have a new board :) Cheers, STOne-32. [ This message was edited by: STOne-32 on 11-11-2009 20:35 ]2011-05-17 04:29 AM
actually we have developed our own stm32f103ret6/bt6 boards interfacing with usb, mmc, gsm, gps, rfid, uart, lcd and i2c. With the help of st site we have written many applications without RTOS, now we are trying to write Applications in Ucos, thats the reason requesting you to help us.
Regards, Baswaraj K2011-05-17 04:29 AM
I ports ucos-ii 2.86 for STM32F103VCT6 with MDK4.01.
You can check out the code with SVN: http://cortexm3.googlecode.com/svn/trunk The project path: cortexm3\ST\Project\uCOS-II-Manley It's run ok, and use 3.1.2 libs.2011-05-17 04:29 AM
Hi,
Im even trying to port uclinux on stm32f103ret6 (64 pin), i have studied the document from http://www.st.com/stonline/products/literature/an/16051.htm Im little bit confused from where i have to start like how to port uclinux on to stm32f103ret6 (64 pin) where i dont have any external NOR flash, but i have SD card interface with my board.could you please help me out in this. Mean while im going through the links which you have sent to me. Regards, Baswaraj K2011-05-17 04:29 AM
Have you read the book mentioned by STOne-32 earlier...?