User Activity

Hello i am using 2 STM32F302R8 nucleo boards as 1 slave and 1 master.Master sends values to slave but slave is not receiving values and not going to interrupt. Master Code:uint8_t x; uint16_t d; void rx(void){ GPIOB->ODR&=~(1<<9);// reset PB9 SPI2-...
hello i am working with i2c i used register for coding i2c but when i configure AFRH register i cant upload my code to my board i have target not responding error then i tried hal library but nothing changed