• Configuring stack size and direction to avoid stack overflow
    Hello, I'm using a Cortex M-4 processor (STM32F4) and I recently encountered strange behavior of my code after minor modifications that were not directly related to the problems I was seeing. ...
  • Configuring stack size and direction to avoid stack overflow
    Hello, I'm using a Cortex M-4 processor (STM32F4) and I recently encountered strange behavior of my code after minor modifications that were not directly related to the problems I was seeing. ...
  • Code for reset/init before main()....uVision Simulator...
    I have Keil uVision 4.0 am using the ATMEL AT91SAM9G20 device. I am trying to run in simulator to debug some code. The reset vector is set to 0x0 and my 'main()' code is located @ 0x100000 (default...
  • Code for reset/init before main()....uVision Simulator...
    I have Keil uVision 4.0 am using the ATMEL AT91SAM9G20 device. I am trying to run in simulator to debug some code. The reset vector is set to 0x0 and my 'main()' code is located @ 0x100000 (default...
  • Strange reset state (WDTCON) on watchdog reset
    Hi all, Our app tests the watchdog by not servicing the watchdog but also setting a magic flag in RAM to see if the reset was caused by the test or for real. I made a small test app to test watchdog...