STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

osDelay vs debug steps

Hello,The short story:I observe difference in behavior between osDelay() compared to IAR debugger steps.Is there anything which can explain why these two behaves differently ?The long story:Recently we changes our FPGA from asynchronous to synchroous...

ranran by Senior II
  • 549 Views
  • 1 replies
  • 0 kudos

USART1_IRQHandler vs HAL_UART_IRQHandler

What is the difference between USART1_IRQHandler and HAL_UART_IRQHandlervoid USART1_IRQHandler(void) { /* USER CODE BEGIN USART1_IRQn 0 */ /* USER CODE END USART1_IRQn 0 */ HAL_UART_IRQHandler(&huart1); -----> does inter...

SMeta by Associate
  • 1950 Views
  • 1 replies
  • 0 kudos

Error in stm32f4xx_ll_usb.c

In function USB_DevInit (row 320) is some inconsistency:   USBx->GOTGCTL &= ~USB_OTG_GCCFG_NOVBUSSENS;should be:   USBx->GOCCFG &= ~USB_OTG_GCCFG_NOVBUSSENS; ?STM32CubeF4 version 1.24.1

how to link own web-server with stm32f2+enc28j60.

Hi st-community, Actually i have create my own embedded server and blink the led through a web page and this is done with the help of enc28j60 module interface with stm32f207. Now I want to connect my web-server(my own website) with stm32f2+enc28j60....

sainti by Associate II
  • 1435 Views
  • 4 replies
  • 0 kudos

Why does HAL_UART_TRANSMIT block my adc routine?

I am using stm32cube with the HAL functions to start my project. I have everything running fine. I have my adc trigger using OCP2 of my pwm and this works like a charm. But wen i use the uart somehow my adc does not want to trigger anymore and i do n...

MVan.16 by Associate II
  • 1313 Views
  • 7 replies
  • 0 kudos