• GUI_PNG_Draw: seems like not compiled into library
    Hi Anyone using GUI_PNG_Draw (or _DrawEx)? I am successfully using the BMP, JPG versions but linker fails to find the PNG version. I have checked and it is prototyped in GUI.h. Is there a different...
  • 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...
  • uVision2:CAN'T SEEM TO GET WATCHDOG TIMER TO RUN
    I've enabled the watchdog timer in the start167.a66 file and compile it and link it with the rest of my application, there seems to be no response, as if uVision2 is using some other c_startup file. I...
  • MDK is not incompatible with 'mklink' cmd?
    I'm using MDK-ARM V4.53, then i find MDK is not incompatible with 'mklink' cmd. for example: 1)mklink a.c Target\b.c then, In MDK, I open and modify 'a.c', we expect it remain the file symbol link...
  • MOV a,a error
    why does mov a,a show an error but mov b,b doesnt give any error?