STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Ethernet TCP Multi server/client memory dependacy

My workI have been experimenting with ethernet with tcp server, and i got some good referance to start the basic level of communication from the follwoing pages.https://controllerstech.com/stm32-ethernet-4-tcp-server/https://community.st.com/t5/stm32...

sarun_0-1721100848481.png sarun_1-1721100892615.png sarun_2-1721100953784.png sarun_3-1721100972143.png
sarun by Associate III
  • 614 Views
  • 3 replies
  • 2 kudos

Resolved! STM32C0- CMSIS- IRQn_Type

Hello everyone, I'm a newbie working with STM32C031, setting up interrupt for user button (blue button) integrated on the board.I am using VS Code, GNU_ARM_GCC, and CMSIS. No hal.while setting up interrupts, interrupt priority, etc. , I am making use...

bym by Associate II
  • 481 Views
  • 3 replies
  • 2 kudos

stm32H7, HAL_Deinit() causes core stall

Hi there, I'm fixing the jump function from my custom bootloader to the application, below the code:  static void __inline__ CheckAPPjumpRESET(void) { /*.-.-.| Local variables: |.-.-.*/ u32t uiI = 0; /*.-.-.| Execution: |.-.-.*/ if(GetRESETkey()...

iTTy by Associate III
  • 299 Views
  • 2 replies
  • 0 kudos

Use of "HAL_Delay" after "osThreadCreate"

Hi all,I am working with the Nucleo-L476RG board.I generated a project with CubeMx and enabling FreeRTOS.At this point the project is running fine.I debug the project and all is working.I put a breack point inside the "SysTick_Handler" and this hadle...

0690X000008A7VVQA0.png 0690X000008A7qYQAS.png
Dev1 by Associate II
  • 2031 Views
  • 10 replies
  • 3 kudos

Resolved! Position Independent Code

HelloI am trying to merge USB CDC code into an existing code which is a Keil multi project code. I am using the USB CDC code generated by stm32cubemx for data transmission and reception testing. The multi project is position independent build and whe...

prsh by Associate II
  • 454 Views
  • 1 replies
  • 1 kudos