• declaration may not appear after executable statement in block
    Hello, I was tryning to use MDK-ARM 5 I find some difficulties in its configuration. This code is basically used to turn on the led that is connected to the pin 12 of the port D on the STM32F407VG....
  • declaration may not appear after executable statement in block
    Hello, I was tryning to use MDK-ARM 5 I find some difficulties in its configuration. This code is basically used to turn on the led that is connected to the pin 12 of the port D on the STM32F407VG....
  • After resetting sam7S256 TDMI using RTSC , uP is slow, the pll does not appear to lock.
    This is a bootloader application , when app "okays" an upgrade i want to restart the micro, this brings me back into the bootloader. So the hardware is reconfigured with same settings. This is a know...
  • After resetting sam7S256 TDMI using RTSC , uP is slow, the pll does not appear to lock.
    This is a bootloader application , when app "okays" an upgrade i want to restart the micro, this brings me back into the bootloader. So the hardware is reconfigured with same settings. This is a know...
  • printf statement not working after putchar statement is used.
    Hi All I am using following putchar routine. void srl_putchar(unsigned char send) { SBUF = send; while (!TI); TI = 0; } after using above routine to transfer a character via serial port i continued...