User Activity

Posted on March 22, 2016 at 17:39Hi All, I just started working on a STM32L151. I've setup the debugger to break at first instruction (not main), but when I start debugging the program counter stops at 0x1ff00b84 which isn't even a part of the flash...
Posted on August 10, 2013 at 20:28Hi All. I got problems getting contact to the gyro in the LSM330DLC chip - no ACK from gyro. The accelerometer works just fine.Adress for Accelerometer: 0x32 and Gyro: 0xD6Can someone tell me what's wrong:
Posted on March 13, 2013 at 13:22Hi all. I got a problem: Every time i am setting a global variable in my ISR it is set to 0 after the ISR has ended!volatile int test; void main(void){ TIM1_DeInit();  TIM1_TimeBaseInit(10, TIM1_COUNTERMODE_UP, 20000...