Hello,I have troubles using I2C with the STM32F103C8T6 "Blue Pill" board. I set up the code in CubeMX, using LL Libraries. After initializing the I2C periphery I try to send the address, but the ADDR bit in I2C1_SR1 register remains 0. AF bit remains...
I'm using the standard ANSI va_args approach here: int64_t arg64 = va_arg(args, int64_t);When stepping through the code the debugger clearly shows me a value like: 0xbeefbeef00000000
hi i'm using the stm32h750 and in it using the baud rate of 500000 well i want ot go higher but everytime i increase the baud rate there is some charachters dropped or missing in the final received message i tried DMA its worst not filling the buffe...
Hi all, i saw someone use a different way to write instructions in keil IDE , where they would write something similar to what i tried to do in the photo.i usually would write which workis just fine , any ideas how to write what im trying to ?