Does any STM32 support HDLC/SDLC protocol
do the USART ports be configured to support HDLC/SDLC protocol ?
do the USART ports be configured to support HDLC/SDLC protocol ?
There are two identical controllers with STM32F107VCT6. One of them is programmed, and another one is not. Memory protection is disabled. I haven't the original program project, and the task is to read and save program from the first controller and d...
Hi, I have imported the example project TX_CMSIS_Wrapper and I wanted to integrate SPI5 with it. After initialising SPI5 I could not see any clock signal generated. I am using STM32H747-DISCO development board. void MX_SPI5_Init(void){hspi5.Instance...
I'm trying to use the internal reference voltage of 2.048V in my application, since I'm powering the microcontroller with 2.8V. But when I select the reference source and enable the VRefBuff with this lines: HAL_SYSCFG_VREFBUF_VoltageScalingConfig(S...
HI , I am having an issue with STM32F205 controller CAN rx message reception. We used cubemx to generate the CAN driver at the baud rate of 250kbps. we want to receive CAN messages around 1100 messages per second. but we are missing CAN frames above...
I have enabled DMA for usart2 in pins PD5 and PD6 and I have attached my main file. I have tried uart transfer by polling mode and interrupt mode both are working fine. But when I try for DMA mode the data is not transferring .I don't know where I ha...
I am using an STM32 MCU. When I use the HAL_Delay function with a parameter of 1000 for example, I see that the delay is shorter than it should be. I have checked that HAL_IncTick(), but it works correctly and it is placed inside the SysTick_Handler....
生产几K套时�?�现大部分 datedote 7522 和 8032 使用了ST-link 或J-link 使用SWD方�?�?能烧录连接 ,开始以为是SWD功能被�?用了,试了�?�?和 boot0拉高�?��?行,使用Jtag方�?也�?行。带用ST logo�?�?�的�?�是OK的,请问这两�?方�?什么�?�?��?�?还是什么特殊烧录设置�?�?During the test, it was found that most datedote 7522 and 8032 used st...
Hi, I'm using STM32CubeIDE to develop firmware for a small appliance (using STM32F303) in C++, but I'm in troubles related to the build process, caused by generated files like stm32fxx_hal_mps.c including C++ headers, while being compiled with gcc.Wh...
Hello, everyone,I test CANFD a long time. And I found that some Bit Rate doesn't work together. For example, I use CANFD Mode, set to 1M + 5M. It work well. But same parameter at Data Bit Rate,I change to 500k + 5M, or 250k + 5M, it can't work. It al...