This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Problem in downloading rtos code

Please anyone tell how to solve this problem..... I couldnt find why iam not able to download my obj file of my FreeRtos code to my arm cortex board....it is compiling successfully.... but failing to download!!!!!

Program Size: Code=22988 RO-data=7932 RW-data=504 ZI-data=26968
FromELF: creating hex file...
User command #1: fromelf --bin --output .\rvmdk\RTOSDemo.bin .\rvmdk\RTOSDemo.axf
".\rvmdk\RTOSDemo.axf" - 0 Error(s), 0 Warning(s). AFTER THIS SUCCEESSFUL COMPILATION, I TRIED TO DOWNLOAD MY HEX FILE TO MY STELLARIS KIT(LM3S6965).......WEN I TRIED TO DO THIS IAM GETTING THE FOLLOWING ERROR.................................... Flash Download failed "cortex M3"
Contents missmatch at: 0000018AH (Flash=48H Required=F9H) !
Contents missmatch at: 0000018BH (Flash=95H Required=D5H) !
Contents missmatch at: 0000018CH (Flash=01H Required=91H) !
Contents missmatch at: 0000018DH (Flash=40H Required=42H) !
Contents missmatch at: 0000018EH (Flash=50H Required=D6H) !
Contents missmatch at: 0000018FH (Flash=43H Required=D3H) !
Contents missmatch at: 00000190H (Flash=60H Required=70H) !
Contents missmatch at: 00000191H (Flash=01H Required=47H) !
Contents missmatch at: 00000195H (Flash=00H Required=23H) !
Contents missmatch at: 00000197H (Flash=20H Required=24H) !
Too many errors to display !

Please anyone tell wat should i do to solve this problem............