• scanf receives 0x0A instead of 0x0D
    Hello to everyone, some incredibile detail about scanf (CARM) unsigned char my_key; my_key=0; scanf("%c",&my_key); When the PC sends a chr$(13) = CR the microcontroller receives a 0x0A...
  • scanf receives 0x0A instead of 0x0D
    Hello to everyone, some incredibile detail about scanf (CARM) unsigned char my_key; my_key=0; scanf("%c",&my_key); When the PC sends a chr$(13) = CR the microcontroller receives a 0x0A...
  • fmount function returns fsNoMedia, error code 0x0A
    Hi, I am using Keil version 5.23 and controller STM32F417IGHx and SD card MicroSD 128MB. SD card drive M0 is getting initialized using function finit but when I am trying to use function fmount...
  • fmount function returns fsNoMedia, error code 0x0A
    Hi, I am using Keil version 5.23 and controller STM32F417IGHx and SD card MicroSD 128MB. SD card drive M0 is getting initialized using function finit but when I am trying to use function fmount...
  • USBD_CDC_ACM_WriteData() replaces 0x0D with 0x0A in the sent data.
    Hi, I'm using the Keil USB library to implement a CDC ACM driver (Keil Middleware v7.3.0) to send data from my LPC4330 to a linux host. I'm sending an array of bytes to the host from the LPC4330....