• sscanf() does not work correctly
    When I use following statement in the code which runs on ARM9, it does not correctly parse the IP address. I am using standard function for sscanf(). main() { unsigned char ip[16]; sscanf("255...
  • override symbol feature for fputc does not work correctly
    I want to retarget the fputc library function so that I can have it both write to a uart (when used with printf) and write to a file (when used with fwrite). The override symbol feature of the compiler...
  • uVision Debugger does not display the content of arrays correctly
    When using arrays and structs uVision debugger shows all elements as 0x00 even though the data is correct. I can verify the data is correct by outputing the array or structs contents to the STDIO. ...
  • Does STM32F4xx_DSP_StdPeriph_Lib_V1.8.0 installation position affects to KEIL?
    Hi, I have another computer for testing STM32F429 DISC1 kit with KEIL. But I've got a some problem as the below image. https://imgur.com/a/ytwN8 You can see the red X mark in the Keil editor...
  • Does debugger show far * variables correctly?
    Using v6.22, in Dallas Contiguous mode, I created the following simple program: #include <absacc.h> void main(void) { unsigned char far *a; unsigned char far *b; a = FARRAY(unsigned char, 0x7FEDC...