cancel
Showing results for 
Search instead for 
Did you mean: 

how to run ucos on stm32

baswaraj
Associate II
Posted on November 12, 2009 at 14:56

how to run ucos on stm32

6 REPLIES 6
baswaraj
Associate II
Posted on May 17, 2011 at 13:29

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.

16-32micros
Associate III
Posted on May 17, 2011 at 13:29

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

http://www.amazon.com/Performance-Preemptive-Multitasking-Microprocessors-Microcontrollers/dp/0982337531/ref=sr_1_4?ie=UTF8&s=books&qid=1252537882&sr=1-4

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 ]

baswaraj
Associate II
Posted on May 17, 2011 at 13:29

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 K

goway_xu
Associate II
Posted on May 17, 2011 at 13:29

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.

baswaraj
Associate II
Posted on May 17, 2011 at 13:29

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 K

st3
Associate II
Posted on May 17, 2011 at 13:29

Have you read the book mentioned by STOne-32 earlier...?