• fmount fails with fsMediaError
    i want to use keil middleware for file system and using micro sd with ssp on LPC1768. after finit("M0:") i call fmount("M0:"), but it returns fsMediaError error. #include "cmsis_os.h" #include ...
  • 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...
  • Problems sending string containing "0x0A" over RS232,
    Hello everyone, I am sending this string over serial, using KEIL ARM Uvision demo version : "0x86 0x21 0x09 0x00 0x8D 0x0A 0x00 0x61 0x58" And, when sending 0x0A, receive the corresponding...
  • fmount fails when fs_config moved to ext. RAM
    Dear Keil Support Team I'm facing a problem with the File System Driver and SD Cards. For memory optimizations I moved the FS_CONFIG.o (+ZI) section to the external RAM. However, if I'm doing so...
  • 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....