• Can't seem to get printf working with RTX.
    - Have printf working in other programs using serial.c/h and redirect_io.c. - Using a Segger JLink - Keil MCBSTM32F200 - RTX Blinky example - Added STDOUT redirect using the RTE If I enable trace...
  • Can't seem to get printf working with RTX.
    - Have printf working in other programs using serial.c/h and redirect_io.c. - Using a Segger JLink - Keil MCBSTM32F200 - RTX Blinky example - Added STDOUT redirect using the RTE If I enable trace...
  • Getting Watchdog timer reset
    Hi, For executing asm instructions in C51 compiler(KEIL IDE) I did 1.Enable Generate Assembler SRC file and 2.Enable Assemble SRC File. After settings done, i had compiled and make the file without...
  • Getting Watchdog timer reset
    Hi, For executing asm instructions in C51 compiler(KEIL IDE) I did 1.Enable Generate Assembler SRC file and 2.Enable Assemble SRC File. After settings done, i had compiled and make the file without...
  • Can't seem to get assembler to accept cmds like MOV 22.0 ,C
    It must be simple but I can't seem to get the assember to accept the commands like MOV 22.0 ,C. I just want use the standard bit locations ov the 80C51. Tried to set things through the project and...