User Activity

Hello, I am having some trouble with getting I2C to work.My code:void i2c_init(void) { /* Periph clock enable */ SysCtrl_PeripheralClockCmd(CLOCK_PERIPH_GPIO | CLOCK_PERIPH_I2C2, ENABLE);   // I2C2 pins GPIO_InitI2c2ClkPin4(); // SCL at DIO4 ...
Hello, I am experiencing problems with using ADC together with BLE. When I comment out BTLE_StackTick() inside main loop, the ADC reads values correctly (checked over UART). But when BTLE_StackTick() is called, ADC always returns 0.6V. What is the so...
Hello,I am trying to use receive interrupts for UART0 on STR912FAW44 (STR9-Dongle STEVAL-IFD001V2)The problem is that first few characters trasmitted to MCU don't raise receive interrupt. Then a fifth or sixth character throws receive interrupt and U...
Hello, I would like to ask you for help with programming and debugging the BlueNRG-M2SA module.I am just not able to get started and successfully connect to the module using ST-Link v2 over SWD. Neither using USB-UART chip (PL2303SA) to communicate w...