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.
Hello, I'm using the PHYTEC kitCON-167 evaluation board with the Keil uVision2 software, but I have some problems with memory allocation. On the board, it is the normal configuration: U8 & U9, 2 * 128kB Flash and U10 & U11, 2 * 32kB RAM. Now, I setup the memory configuration of the Target in Keil Software as: Bank 1: RAM, start:0x4000, size 0x4000 Bank 2: R0M, start:0x1000, size 0x3000 I found this config on an example. In mode 'debugging', that works. But when I create the ".H86" file that I load on the flash, it doesn't work anymore, only the CAN reception is working. Is there an error of the memory configuration ? In this case, what's the best memory allocation for my board. Thanks in advance for your help. Gerald
Take a look to: http://www.keil.com/support/docs/2076.htm This Support Answer describes how to configure uVision2 for both: Monitor debugging and running code from Flash ROM.