• RTX UART0 STR912FW44
    I use MCBTR9 Board, the serial interface works in the ordinary system, but if the system is integrated with task(RTX), then it does not work. could you please advise me, what i do.
  • str912FW44 modem interface
    Hi, I am working on STR912Fw44 based board that is from OLIMAX board no STR-E912 (red colour) I have configured UART0 for GAM modem interface when I debug I get the response but when I connect the modem...
  • Stuck in Startup Code (STR912FW44)
    Hello, I am starting to get into uC programming with the Keil MCBSTR9. First step was to rewrite their example Blinky using the ST Software Lib. Compiling, linking worked and so did uploading. ...
  • Keil generating misaligned LDR?
    On a Cortex M0: 50: tmp=SST_PSI->BANK[2].PERID //should be 0x40050000 0x000006EA 480A LDR r0,[pc,#40] ; @0x00000714 ... 0x00000712 1000 DCW 0x1000 0x00000714 0000 DCW 0x0000 0x00000716...
  • Hard fault at misaligned memcpy memset
    we made some simple tests with STM32F100 Value Line Eval Board: //------------------------------------------------------------------------------ // Variables static unsigned char sDstBuf[1024...