STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

HAL_GPIO_EXTI_IRQHandler Pin Or Port

I'm trying to wrap my head around HAL_GPIO_EXTI_IRQHandler...Why is only the "Pin" used in the parameter, and not the "Port". Really, why not both?According to en.DM00031020.pdf page 382 section 12.2.5 "External interrupt/event line mapping", it appe...

Resolved! USB HS on the STM32H7S3L8

Hello,I'm trying to use the USB-HS peripheral with the built-in PHY on Nucleo STM32H7S3L8I'm using CubeMX generated code from CubeIDE. I have not chosen the Nucleo board on CubeMX, because it was causing some issues with the MPU. Instead, I've chosen...

chintal_0-1730981775847.png
chintal by Associate II
  • 873 Views
  • 4 replies
  • 6 kudos

Resolved! STM32G0x1 USB?

https://www.st.com/en/microcontrollers/stm32g0-series.html?icmp=tt9016_gl_****_dec2018&querycriteria=productId=SS1960 :but on https://www.st.com/content/st_com/en/products/microcontrollers/stm32-32-bit-arm-cortex-mcus/stm32-mainstream-mcus/stm32g0-se...

0690X000006CkQNQA0.png

Adding BSD sockets to netxDuo for LLDP

Hi,I was able to run a demo project on a STM32H573 dev board. I am using ThreadX and NetxDuo, with mqtt addon.I was able to connect to the mqtt broker and send/receive messages.I want also to be able to use the bsd sockets to send packets on layer 2....

coso2 by Associate II
  • 325 Views
  • 4 replies
  • 2 kudos

Resolved! STM327H73 and USB2514 continued problems

We are continuing having a bear of a time getting the USB2514 to work properly with the STM327H73 both with the USB2514 built into our board and also with the STM327H73 connected to a EVB-USB2514BCQFM36 eval board.The latest issue is as follows:Conne...

PCevo.1 by Associate III
  • 235 Views
  • 2 replies
  • 0 kudos

Resolved! POSIX support in FreeRTOS on STM32

Hello,As far as I know,STM32 does not support the POSIX abstraction layer for FreeRTOS.That means I can not use functions like:Interact with tasks through: 'pthread_create', 'pthread_join'..Use POSIX glue elements like: 'pthread_mutex'...EtcIf I am p...