User Activity

Hi,i send data to STM32F4 from STM32F0. then i send these values to thingspeak using ESP8266. but it works onle once. after i send values to thingspeak using ESP8266 it returns endless trash values via UART2. and i can send data from F0 to F4. so i h...
Hi, i am using stm32f4. in my project i have one transmitter and one receiver.i transmit an 2 byte integer value usingHAL_UART_Transmit(&huart1,&temp_byte1,sizeof(temp_byte1), 500); HAL_UART_Transmit(&huart1,&temp_byte2,sizeof(temp_byte2), 500);and o...
I have used Atollic TrueStudio for a while and i could modify startup script .But i couldnt modify the startup script in STM32CubeIDE. How can i do that?
Hi,i am using STM32CubeIDe in my project. i am using STM32F030 as transmitter and STM32F4 as a receiver. When i run my code in debug mode both of them work properly. But when i press terminate and re-insert my ST-LINK device i can't see any data in m...
Hi,i am using STM32F407 and CubeIDE. I am trying to use 1 master and 2 slave at the same time. I can connect any slave to the master. I am trying to implement a sinmple alghoritm for 2 slaves. I change device address which master is connected at 10 s...