• enum values out of range!
    In the uVision enviroment i have a warning which according to the help files i do not believe i should get. It complains about the typedef enum { DATAACCESS_Config = (u32)0x00000000, DATAACCESS_Status...
  • enum values out of range!
    In the uVision enviroment i have a warning which according to the help files i do not believe i should get. It complains about the typedef enum { DATAACCESS_Config = (u32)0x00000000, DATAACCESS_Status...
  • Debugger(BSL), Interrupt Enables and Variable Values
    I created and use an ASSERT macro to validate param's passed to func's, as well as the value of global var's used by ISR's, etc. I noticed that occasionally while debugging, an ASSERT would trigger for...
  • Debugger(BSL), Interrupt Enables and Variable Values
    I created and use an ASSERT macro to validate param's passed to func's, as well as the value of global var's used by ISR's, etc. I noticed that occasionally while debugging, an ASSERT would trigger for...
  • how to enable Fiq in Real View?
    I know how to make a fiq in CARM,but asfor the real View,it seem different. Can somebody help? Should I write the program like this: __irq void FIQ_Handler (void) { IOSET1 = 0x00FF0000; //Set the...