STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

how to use flash memory "the bare metal way".

Hello, everybody! I'm relatively new to STM32 microcontrollers and have a moderate knowledge of C programming and a fair understanding of electronics.Over the past few months, I've been learning to properly set up STM32F4 series MCUs, specifically th...

HellasT by Associate III
  • 1277 Views
  • 23 replies
  • 4 kudos

VID of the connected device

Hi, I’m working with an STM32G0 MCU and utilizing the USBPD and USB_DEVICE Middleware packages.In my application, I need to detect if the connected device is running iOS. Since all Apple devices have the Vendor ID (VID) set to 0x5AC, I plan to use th...

siddhipandare_0-1737493757030.png

UART7 RX interrupt issue stm32h7s78

Hello,I am working on stm32h7s78 using UART-4 & UART-7  and MXCHIP EMC3080-P WIFI/BLE module. However,  I am facing issues regarding the UART-7 RX interrupt. If I transmit the command from UART-4 to UART-7 it will transmit the same command data to EM...

Error in STM32Cube_FW_H7RS_V1.1.0

Hello,I'm working on a project where I'm using an STM32H7R3L8H6H and an MX25UW25645G. It isn't possible to get the Flash working on XSPI2 when using the ExtMemLoader generated by STM32CubeMX. I checked the example in the firmware package and found th...

Intector by Associate III
  • 42 Views
  • 0 replies
  • 0 kudos

STM32G030F6 MCU : Shutdown mode

Hi Experts,We are building a battery based product based STM32G030F6 MCU. We are using Arduino environment as we need multiple Arduino libraries for the project.Well our software is working fine, however we are facing issue with the current consumpti...

gailu96 by Associate
  • 148 Views
  • 10 replies
  • 0 kudos

http client lwip stm32h745-DISCO

Hello!I need to implement a task in FreeRTOS for my project that makes GET, POST, and PATCH requests to a server. So far, I have managed to send a UDP message to a specific port on a PC thanks to the following post:https://community.st.com/t5/stm32-m...

RafaelS by Associate III
  • 39 Views
  • 4 replies
  • 0 kudos

IP Forwarding

Hello, I have a question about LWIP functionality.I'd like to know if it's possible to redirect a tcp request received on the pppos interface, to a device that is connected onto the ethernet interface and listening on the desired port.Thanks in advan...

RPC by Associate III
  • 27 Views
  • 0 replies
  • 0 kudos

STM32 TIMer controlled pin output

Hey folks,I need assistance with resetting an Analog Devices ADC. I need to generate high output for 1000 or 4000 ns from my Nucleo F401RE board.As shown in the attached image, I need to set the pin low, then high for a specific duration, and then lo...

UART basic TX with nucleo L053R8

Hello there, I've been stuck for hours on setting up a simple UART transmission of the character 'A' on myNucleo L053R8 Board.Thing is, my oscilloscope does not show anything on my PA2 pin. It should be HIGH in idle state though.Am I missing somethin...