2012-08-07 05:29 AM
We are working on a project in which we write some data on to a dual port RAM and we read back the same during various instants of time.
When we run the program in debug mode it works perfectly fine. But when we flash the same to the board and power on the board we get only zeroes while reading from Dual port RAM. We couldnot understand the reason for this peculiar problem. We would be greatly obliged if you help up to come out of this critical issue. Controller we r using: STM32F207ZET6 IDE: Keil - MDK-ARM 4.54 Debugger/programmer: ST-LINK #standalone-mode #debug-mode2012-08-07 06:50 AM
You've failed to initialize the chip properly.
Review the bus, peripheral and clock settings in the failing condition, vs the debug one. Use the serial port to provide diagnostic information if required.2012-08-09 04:17 PM
''You've failed to initialize the chip properly.''
and/or your board does not provide a good reset?