• Complex C Projects
    Hi, We have to takeover a complex C project for C251 compliant platform. There are problems because the code is not documented. So we are using Sense ( http://www.agv-sense.com ) to investigate the...
  • FAT complexity on Cortex
    Hi I'm deciding which Cortex microcontroller should I use in my project. I will use SD card and FAT filesystem. Is FAT filesystem to complex for Cortex M0 or can M0 perform search, read and writing...
  • complex code arrays
    Hello, could you please clarify one fact for me. I am writing a memory sensitive program and need a complex but static constant array. Therefore I was considering this approach to save some space...
  • Function too complex
    I have a function,but the compiler terminated because the function is too complex. C51 FATAL-ERROR - ACTION: GENERATING INTERMEDIATE CODE ERROR: FUNCTION '_siParseDescriptor' (LINE 1058, T=400,L...
  • Finding a complex structure size
    I have tried variations using sizeof() with unreliable results. This method works, but is it bogus? Can it be improved? I am not worried about it being portable. // -- Unit Variables -- struct {...