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

Where is the source code for the NUCLEO-F767ZI ?

I am not able to find the source code for the example provided with this board.When hitting the USR button, it will blink consecutively the three on-board USR leds.I have downloaded the en.STM32Cube_FW_F7_V1.15.0 and en.stm32cubef7 archives but none ...

Philippe by Associate II
  • 706 Views
  • 3 replies
  • 0 kudos

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
  • 444 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
  • 1661 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
  • 1219 Views
  • 4 replies
  • 0 kudos