• Define a XDATA byte that won't clear on reset
    Guys - I am new to this micro and this tool set, and I need some help. I need to set a flag and then perform a CPU software reset (due to another problem). But I need to have a byte that survives the...
  • Define a XDATA byte that won't clear on reset
    Guys - I am new to this micro and this tool set, and I need some help. I need to set a flag and then perform a CPU software reset (due to another problem). But I need to have a byte that survives the...
  • Program won't execute, unknown message in command window
    I wrote and downloaded a program into my STM32F4_Discovery board. When I run the program in debug mode, I get the following message in my command window and the program doesn't do anything (even if I...
  • Program won't execute, unknown message in command window
    I wrote and downloaded a program into my STM32F4_Discovery board. When I run the program in debug mode, I get the following message in my command window and the program doesn't do anything (even if I...
  • watchdog won't reset
    Hello, I want to do a reset using a watchdog but it's not resetting. I do not have any other watchdog code in my project. I am using SAM7x256. I am using this code: AT91C_BASE_WDTC->WDTC_WDMR...