• Cant write port output with str912 demo board
    Hi, I am new to ARM (usually work with 8051), and am working on a little RS232 GPIO board. Project is a serial input on port 3 (uart 1) takes 3 bytes in and writes the values to ports 0-2, and 4-9. ...
  • About IAP of STR912
    Hello, I have been working on MCBSTR9 kit. Now, i have a problem about in-application programming. i read the AN2475, and study on the project source. i tried to copy the source to Keil uVision3. i...
  • str912 bootloader - how to jump
    K, with some help from some people ENET bootloader are up, running and burning all code into bank 0. Wonderful. Problem remains with jumping from bootloader running in Bank1 to user program in Bank...
  • TIMER interrupt in STR912
    Hi I aam sending code for timer problem is that code goes inside handler for a long time (till then LED is off) please suggest the right code void main(void) { #ifdef DEBUG debug(); #endif ...
  • remapping bank0 of STR912 device
    Hi, On the ST site there is a example of in system programming using an UART. This code must be programmed in Flash bank 1 wich has to be rempapped at adres 0x00. Is this possible using ULINK...