Thanks leon The example UART code has some good helpful concepts that's easy to implement. Currently I'm playing with UART ISRs to create a simple monitor using Hyperterminal as input ( 57.6k baud 8-N-1, no flow control). However, there's one glitch that I'm trying to correct. Whenever I send a char to the mcb2100 (lpc2129) while the board's sending a string to the terminal, the board freezes...kinda wierd. I think it's due the Rx/Tx buffers sharing the same memory address. Is this glitch avoidable? --- In lpc2000@yahoogroups.com, "leon_heller" <leon_heller@h...> wrote: > --- In lpc2000@yahoogroups.com, "Leighton Rowe" <leightonsrowe@y...> > wrote: > > Hello room, > > > > I'm currently playing aroung the mcb2100 board (lpc2129 chip) > > using the IAR Embedded Workbench, and I need some serious help. > > > > The only things I can get working are the LEDs. Otherwise the UARTs > > and other features I want to use aren't responding. > > > > Do I have to right startup codes and stack configurations for this > > to work? If so what are the best steps that I should take? > > You'll find some examples using the UARTs in the Files area. > > Leon
Message
Re: IAR Workbench Newbie
2004-06-08 by Leighton Rowe
Attachments
- No local attachments were found for this message.