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

Nx_Azure_IoT example adapted for our STM32U585QII6Q board . Every time STM32CubeMX regenerates the code, it deletes three files: nx_tcp_socket_driver_establish.c, nx_tcp_socket_driver_packet_receive.c and ...

I have adapted the Nx_Azure_IoT example for my board with an STM32U585QII6Q. My problem is that every time STM32CubeMX regenerates the code, it deletes three files that I added: nx_tcp_socket_driver_establish.c, nx_tcp_socket_driver_packet_receive.c ...

JVica.1 by Associate II
  • 969 Views
  • 4 replies
  • 0 kudos

ADC implementation in LL can only read 3 values ?

Hello,I am trying to implement an ADC init and read in interrupt mode.I have a very basic setup where I read an analog entry from a potentiometer and print its raw converted value.When I first implemented it with HAL, I had no issue and could read va...

chato.1 by Associate
  • 970 Views
  • 1 replies
  • 0 kudos

USB_NOE- what is it for exactly?

Hello,I have read the RM0091 and some posts on the forums, i.e.: https://community.st.com/s/question/0D50X00009XkgYiSAJ/stm32f042-usb-what-is-activate-oe?t=1672784003313With all that, I am still unable to understand what is the USB_NOE functionality ...

0693W00000Y7KblQAF.png

Resolved! Two questions about HAL_GPIO_EXTI_IRQHandler

1- Using cubre-mx I enabled two IRQ lines, each generate its own ISRvoid EXTI0_IRQHandler(void){ HAL_GPIO_EXTI_IRQHandler(GPIO_PIN_0);}andvoid EXTI15_10_IRQHandler(void){ HAL_GPIO_EXTI_IRQHandler(GPIO_PIN_0);}Why HAL joint together both IRQ handlers ...

dhs by Senior
  • 2296 Views
  • 4 replies
  • 0 kudos