STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

USB device and eeprom writing

I am using a STM32F4 on a custom board that is connected to PC software through USB (configured as custom HID device). I have this problem: when the PC send data to the board, the data has to be written in the eeprom memory (one byte at each transmis...

VCapu by Associate III
  • 1815 Views
  • 5 replies
  • 0 kudos

external event interrupt in freertos

I want to use external event interrupt in freertos v2. I found when I set one pin with external event interrupt with freertos enable in stm32cubemax, I will miss exti1_handler() global interrupt function.right? is it possible to enable it in freertos...

yang hong by Associate III
  • 610 Views
  • 3 replies
  • 0 kudos

default application examples of the netconn and socket server because of the random selection of the udp/tcp port

Hello,the default application examples of the netconn and socket server based on lwip doens't work because the udp and tcp port which are selected randomly (LWIP_RAND() ) could be ouside the autorized ranges (UDP_ENSURE_LOCAL_PORT_RANGE)hw id: nucleo...

MThom.16 by Associate
  • 743 Views
  • 2 replies
  • 0 kudos

I'm doing ADC readings with DMA into a regular (non-circular) buffer but I always get the overrun bit set in the ADC status register even though I stop the DMA immediately in HAL_ADC_ConvCpltCallback.

I want to read ADC values with DMA at specific times (I have an analog multiplexer that needs to switch and I want to synchronize the ADC readings with the mux switching). I have the ADC triggered by a timer and stop the ADC immediately using HAL_AD...

EMarq.1 by Associate II
  • 777 Views
  • 2 replies
  • 0 kudos

STM32H750B-DK LWIP EXAMPLE

Hi,I am looking for example LWIP UDP or TCP application for STM32H750B-DK development board. I ll be appreciate if you ve STM32Cube IDE project, thanks.Umit

umtkyck by Associate II
  • 815 Views
  • 2 replies
  • 0 kudos

Resolved! STM32 Programmer CLI Bootloader Procedure

I am using an STM32L452 Nucleo-64 dev kit. I am trying to use the bootloader to update firmware on it. My understanding is that you can set flash option bits in order to enter system memory (bootloader mode) on reset, and this does seem to work. I am...

CMill.3 by Associate
  • 1764 Views
  • 1 replies
  • 0 kudos