User Activity

Hi,I have two stm32f103 uc (as the slaves) which communicate with a stm32f407 (as the master) through SPI. I realized when SPI in both slaves are enabled the voltage on MISO pin drops to 2.5 Volt while when only the SPI in one of the slaves are enabl...
I am communicating with ad7730 (24bit adc) using atm32f103ZCT6. I try to read one of the registers of the adc but each time I receive a random wrong figure. The strange thing is that while debugging using serial wire (STLINK) everything is perfect an...
 After inspection I realized that RCC_CFGR register is different when running in different modes (debug and normal). I fixed the issue by writing RCC -> CFGR = 0x1F040A. Now the register is the same but the problem still exists.another strange fact i...