• What does it mean 'IT can be omitted'?
    Hi, When I read the following on ARM website, I don't understand the first line. When I change ITTE to TE (as ' IT can be omitted"), the assembler complains an error of this line. Could you explain it...
  • What does it mean 'IT can be omitted'?
    Hi, When I read the following on ARM website, I don't understand the first line. When I change ITTE to TE (as ' IT can be omitted"), the assembler complains an error of this line. Could you explain it...
  • ARM: Compiler bug; omitted subexpression
    This code: unsigned int Argh( unsigned int Word, unsigned int Base ) { return ( ( Word & ~1 ) << 2 ) + Base; } is compiled as: Argh PROC ;;;1 unsigned int Argh( unsigned int Word, unsigned...
  • Omit CheckMedia function in MemoryStorage
    Hi, My SD card detect pin, is not connected so How can I omit USBD_MSC0_CheckMedia() function? I rewrited that function but PC did't detect it. uint32_t USBD_MSC0_CheckMedia (void) { #if (USE_FILE_SYSTEM...
  • ARM: Compiler bug; omitted subexpression
    This code: unsigned int Argh( unsigned int Word, unsigned int Base ) { return ( ( Word & ~1 ) << 2 ) + Base; } is compiled as: Argh PROC ;;;1 unsigned int Argh( unsigned int Word, unsigned...