We have a 80C32 based hardware module that works with a hex file generated using keil compiler version 5. Currently we have version 8 and the hardware doesnot work with hex file generated using version 8. Both compiler and linker do not give any errors or warnings.
Has anyone worked on porting code from version 5 to version 8?
My board has a com port. How do I use it for real time debugging?
Please help.
Dear friend.
You have evalution version ! Not for using single chips with code memory 0x0000-0x1000 !!
"You have evalution version"
How do you know that??
Yes, It's possible - but there's nothing in the original question to make it certain!
hi,
Just wanted to clarify. I am using a licensed version of keil.
I've disabled all the optimizations, but still code doesn't seem to work.
I'm trying to use debugger ISD51 since my board has an external EPROM and a com port. I get an error 'either ROM content doesn't match with loaded file or serial baud rate settings are wrong'. I've loaded the ROM with hex file of same program and on simulator, baud rate generated is approximately equal to the one in settings.
Has anyone used ISD51 debugger on 80c32 with an external EPROM?
"baud rate generated is approximately equal"
How close?
RS232 needs its baud rate to be very close - are you close enough?
"...works with a hex file generated using keil compiler version 5. Currently we have version 8 and the hardware doesnot work with hex file generated using version 8"
Start with a simple "Hello, world" program. If you can get that working, your settings must be basically correct; if not,...