• const *char returns versus *char returns
    We have been moving our design from 8051 to ARM Cortex. I am seeing an error complaining that the return type does not match. error: #120: return value type does not match the function type static...
  • const *char returns versus *char returns
    We have been moving our design from 8051 to ARM Cortex. I am seeing an error complaining that the return type does not match. error: #120: return value type does not match the function type static...
  • fcheck() always return 1
    Hi, I am using Flash file system for interfacing sd card using SPI. MCU is LPC2138. Every thing is working fine except for fcheck() which always returns 1. I am using the latest versions MDK4.54...
  • fcheck() always return 1
    Hi, I am using Flash file system for interfacing sd card using SPI. MCU is LPC2138. Every thing is working fine except for fcheck() which always returns 1. I am using the latest versions MDK4.54...
  • [CM3]UART always lose the last char
    Hi,there. I am using UART of my CM3 board,and there is something strange. I use minicom(a friendly serial communication program for linux) to Rx data came from CM3,and every thing goes well except that...