HAL_Delay
Hello, I tried the Hal_Delay function but it's not work Do you have any idea for this error ? And my code still waits at this loop : Thank you for your helps Regards
Ask questions, find answers, and share insights on STM32 products and their technical features.
Hello, I tried the Hal_Delay function but it's not work Do you have any idea for this error ? And my code still waits at this loop : Thank you for your helps Regards
Hello,I've configured SPI1 on STM32H742VIT6 connected to pins PA4-7 using AF5.Here is a dump of the relevant SPI1 registers:SPI1->CR1 = 00000001 SPI1->CR2 = 00000000 SPI1->CFG1 = 70000007 SPI1->CFG2 = 20400000 SPI1->SR = 00001002The MCU should be...
Hi,I am doing my absolute baby steps in the STM32 environment. My MCU model is STM32F756VGH6. After days of debugging I finally managed to connect my STLINK V3 to the MCU but not run the led blinky :(This TFBGA100 package on a custom breakout board m...
Hello, I'm currently experiencing an issue with the STM32U535 HAL library, specifically when using LPDMA1 and SPI3 (Slave Transmit Only). A sanity check problem arises when the DMA is configured in Circular mode; the `HAL_SPI_Transmit_DMA` does not p...
I found in "Figure 11. Memory map" of "Datasheet - production data for STM32F103x8", the address span between Port A and Port B is 1024(0x4001 0c00 - 0x40010800 = 32*32 bits), while I found in "RM0041 - Reference manual STM32F100xx advanced Arm ® -ba...
Hello , As per reference document added USB driver in firmware , but gives error at function USBD_SetClassConfig(pdev, cfgidx);added screenshot of error If ignore this error , USB Serial device port detected but failed to set transmission buffer stat...
Hello all,For a first time i am trying to implement usb vendor device. I am using stm32 standard peripheral library. Basically CDC class, having modified the interface recognition part. Can i have some direction what i am missing to implement. Here ...
I'm using NUCLEO U575ZI with LPTIM1 configured as Quadrature ENCODER with 32kHz internal clockIn RUN mode peripheral works properly but when I switch in STOP2 mode peripheral doesn't count.I can assume the peripheral is powered ON because when I exit...
clock frequency 170MHzThis is the code i have generated using TIM2 CH1could you please set the prescalar, period,pulse to get output every 5s static void MX_TIM2_Init(void){ /* USER CODE BEGIN TIM2_Init 0 */ /* USER CODE END TIM2_Init 0 */ TIM_Clo...
Hi, With the STM32L562E-DK devoplement kit, I have developed a working touchGFX application without Trustzone. The external loader MX25LM51245G_STM32L562E-DK works as expected with STM32CubeProgrammer (version 2.14.0) However, I need trustzone, so I ...