• ARM: STR912 EV board
    Why can not running at 96Mhz ... I did set PLL 96mhz and FMI Clock = Rclock.. in start.s Assembly file.. R Clock is master clock 96mhz ST Datasheet writed FMI max 96mhz... I tested it start.s...
  • interrupt problems STR912
    I use STR912FWX44 (Revision D(631)) with KEIL development tools. I have a problem, when using two interrupts (Timer0 and UART1)simultaneously For test, I send a large file (1MB) to the serial port...
  • 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...