User Activity

Posted on October 15, 2017 at 19:32Hello,i'm using two stm32f103c8t6 with nrf24l01, but in the transmitter side i'm having probleme when sending data, it's stucked when spi is waiting for rxne to be cleared and i don't why, i even chnaged the irq pr...
Posted on September 06, 2017 at 13:47Hello,I'm using STM32F103c8t6 with CubeMX and in my application i'm using many Pins as External interrupt source and i have two questions:1-An action must be done after pressing then releasing the button (rising ...
Posted on August 23, 2017 at 01:28Hello, i'm using STM32F103c8t6 and i'm on a project where i have to send 8 bytes from an MCU to another in a asynchronous way , so i used HAL_UART_Receive_IT() , but i remarked that the HAL_UART_RxCpltCallback() is ...
Posted on August 21, 2017 at 17:03hello,i'm facing a strange issue, i'm using STM32F103c8t6 and i'm trying to use external interrupt (please take a look the configuration below), the issue is when i trigger the interruption only one time, the callba...
Posted on June 26, 2017 at 17:56Hello,i wanted to know if there any probleme when using usart with stm32f103c8t6 with a project configured using STM32CubeMX 4.20.1,Because after the configuration i tried to send an uint8_t variable with the value 0x...