• 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...
  • 8bit enums
    Hello everyone, I'm using some enums and due to the standard they are 16bit int per default. But in most of my cases 8bit would be sufficient and I'm not loaded with free RAM. I found that the compiler...
  • 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...
  • View USART1 in Debugger??
    Hello, New with STM/Keil don't "kill" me. (I already went true a lot of documentation) But now I took the next step "Hello" on Uart1. Configured all settings with STMCUBE Then added this code in...