User Activity

Posted on April 17, 2018 at 15:34HelloI am starting a new project in which I have to use a RS4785 communication and this time,  I'd like to do it well.The problem is the following:If I want to receive a frame with UART using DMA, I need to call HAL_...
Posted on November 04, 2016 at 14:45 Hello ! The board I am using for this topic is based on the ST http://www.st.com/en/evaluation-tools/stm3220g-eval.html hardware for the Ethernet part. I have generated a basic code with cu...
Posted on September 21, 2016 at 08:37Hi! I'd like to use FATFS functionalities in my code (I don't use any OS). I tried to use FATS middleware generated by the cube but it only works when I disable my watchdog. I have seen that only blocking functi...
Posted on April 27, 2016 at 15:46Hello! I have a problem with the sensor temperature of STM32F091 (ARM Cortex M0). According to datasheet, temperature is coming from ADC channel 16. In my program, ADC acquiring is working well because I can receive...
Posted on December 18, 2015 at 16:28 Hello!! I used STM32CubeMx to generate a simple code. This code is not compiling with IAR EWARM. The reason is the following: #define 8xUSART6_TX_Pin GPIO_PIN_9 #define 8xUSART6...