• where should I start Filesystem?
    I am working on a ROM mask chip, so I want to put Filesystem on EEPROM. However, I am not sure where I can start my Filesystem. Can I just start it right at the beginning address of EEPROM?
  • No MULTIPLE CALL TO SEGMENT warning where it should be...
    Please consider the following code. //--- module main.c --- ... void main() { ... set_status_word(...); ... } //--- module can.c --- ... void CAN_int_handler(void) interrupt 7 { ... set_status_word...
  • none
    write a program for auto baud rate i.e change the baud rate automatically using lpc2138 arm
  • where to find arm-none-eabi compiler documentation
    i can't find arm-none eabi-gcc documentation and all the possible commands and flags i can use !! if someone can guide me i would be thankful !
  • warning c318 should be an error
    I got the warning c318 (can't open file ...). I think, this should be an error. If I include a file, which does not exists, the project schould not compile. May there is a way (option to the compiler...