Forum : Ride IDE
Original Post
Post Information | Post |
---|---|
March 14, 2010 - 11:35pm
|
hi ! i am testing the exemple of UART " hello world" with ride7 in Similation SIM_ARM but i don't know how seeing the output of the Uart without debuging in the primer2 ,so please if u have a solution tell me ! thx ! |
please help me because i am blocked until now :(
Hi
First make sure to install the software from
http://www.mcu-raisonance.com/microcontrollers-link-free-download.html
Than open C:\Program Files\Raisonance\Ride\Examples\ARM\REva\Hello_World\hello_world.rprj
Change options to use it with simulator.
Start the debug.
In "Debug" window (can be open or closed from "View->Debug explorer" menu) open "UART0-Buffer".
Run the program and yo should see "Hello, World!"
Regards
Matloub
thx matloub for your reply ! but i didin't find UART0_buffer in the debug window ! befor testing Uart i tried to test an external interuption but i has the same problem "i didint find the ports in the debug window " i just find the GPIOA ,WDT etc..... but i haven't any idea that how can i show it !
plz help me !!
Regards
wajdihh
Sorry Wajdih
This an error from my side.
The project referred above is by default set with an STR7 as micro and not STM32.
This is the reason why buffer for UART would appear.
But for stm32 and more recent micros there is no more buffer for uart.
Every peripherals are represented with this view.
I am afraid you have to debug this way.
Regards
Matloub
Regards
Matloub
ah ok thx very much for your replay !! sorry i am a new in STM32, but i will incrase my level :))) (^_^)