STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Problems with UART Interrupt Receive

Hello, i have a STM32F407VET6 MCU and i have problems with UART3 and Interrupt Receive, it does not work.UART3 is connected with a Display, my MCU sends every Second a "PING" and the Display answers with "PONG", that works fine.Global Interrupt for U...

Sany by Associate III
  • 6160 Views
  • 7 replies
  • 0 kudos

Cant disable all interrupt while using CMSIS RTOS V2

Hi everyone I am using stm32l496 and I am trying to disable all the interrupts while running sensative routines. to disable all the interrupt I am using __disable_irq and to enable them  __enable_irq.But nothing seems to happen, even after I use disa...

HZaib.1 by Associate III
  • 1157 Views
  • 1 replies
  • 0 kudos

not able to ping the STM32H750 device intermittently

Hi,Our project is using STM32H750 together with µC/OS-III as the OS and µC/TCP-IP as the network stack.The device is able to be assigned with an IP address by DHCP server.And the device can respond to ping initially.But if we ping the device continuo...

ckw089 by Associate II
  • 1198 Views
  • 4 replies
  • 0 kudos

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
  • 878 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
  • 801 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