User Activity

Hi,I'm using STM32G070RBTx, and I use this formula from document RM0360 to compute temeperature:From page 56 of document https://www.st.com/resource/en/datasheet/stm32g070cb.pdf, I'm using:Avg_Slope = 2.5 and V30 = 0.76.The temperature converted valu...
Hi,my app works fine when I use the internal clock but if I switch to external clock I obtain HAL_TIMEOUT from function HAL_RCC_OscConfig().The external clock board schematic is:Clock configuration is:The main.c is:   /* USER CODE BEGIN Header */ /**...
Hi, I added TIM7 to application and configured it the same way TIM6 was. I need to use two timers for my app, code contains all the same setups for TIM6 and TIM7, except for the timer expiration counters, and I observe that the callback  void HAL_TIM...
Hi all,I setup DMA normal mode, on RS485 port where I receive more or less 1 byte per second.Also, I have DMA normal mode on a debug serial port.I want to send back on rs485 the characters I receive on that port.What I observe is that if I add the fo...
Hi all,I'm facing an issue that has already been discussed several times in this and others forum, I attempted all the proposed solutions I could find but without success.I want to read the characters user inputs via Tera Term and store them in a buf...
Kudos given to