• BUG with build system
    I found the bug in uVision v5 1. add a segment of code #ifdef XYZ ... #endif 2. make sure there is no preprocessor symbol XYZ 3. save all and rebuild 4. check code size 5. edit preprocessor...
  • BUG with build system
    I found the bug in uVision v5 1. add a segment of code #ifdef XYZ ... #endif 2. make sure there is no preprocessor symbol XYZ 3. save all and rebuild 4. check code size 5. edit preprocessor...
  • Keil Embedded File System Issues
    I am using Keil EFS in my project. I am observing "Disk Full" error during testing. I am writing two files File A and FileB .My sequence of writing and deleting is as mentioned below, Write File A,...
  • problem with keil flash file system
    hi to all, i am creating a something like file explorer with lpc1788,with keil v5.11a as compiler. keil flash file system work correctly and good when i want read any file from memory card,but when...
  • problem with keil file system middleware
    hi to all, i am working on project that in it i need to read and write to micro-sd-card in unit of sector, for done that i decide use keil file system middleware and then use fs_ioc_read_sector and...