We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Dear forum members,
I am trying to compile the demo codes using Keil uVision 4.03 on the Tini2138 from NewMicros. They have examples specifically for the board and the older uVision 3.5.
I can download the compiled hex file via FlashMagic and the programs work on a terminal as advertised. However, when I try to recompile the codes under 4.03, nothing shows up on the terminal. I can recompile the blinky program fine, and the hex file will flash the LEDs. It seems to be a problem with serial communication via UART0.
Is there any change from uVision 3.5 to 4.03 that might cause this problem? Alternatively, is there anywhere I can download the uVision 3.5 from to test the demos with the version they were originally compiled in? Any help much appreciated.
Sean
Rather than use "Magic Numbers" like 0x00000050 or 0x00000005, it'd be better to use symbolic definitions for the various bits.
If course, using the wrong symbolic definitions would still give the wrong results...