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

STM32H7 can't create second FreeRTOS task.

Hi,I'm using STM32H745 and CM4 core runs with RTOS. I am not able to create the second task because xtaskcreate() does not return pdPASS. It seems like it can't allocate enough memory. I tried to create 2 tasks with stack depth equal to 1024. If I re...

Frak.1 by Associate II
  • 2187 Views
  • 7 replies
  • 0 kudos

Basic data transfer with USB CDC (FS) between PC and the Nucleo-F411RE board does not work. Please help me!

I would like to send data from the Nucleo Board F401RE or F411RE to the PC via the USB interface. The data should be transmitted via a virtual COM port (CDC protocol) with Full Speed (FS). Unfortunately this does not work! For testing I use also a Nu...

MScha.1 by Associate II
  • 1720 Views
  • 1 replies
  • 0 kudos

program STM32f103c8t6 with USB cable

hi thereI just bought a stm32f103c8t6 bluepill board. I was wondering if I can load the codes using the USB port. I watched this videohttps://www.youtube.com/watch?v=fD1Bzf2iP_E&list=UU_0GzDTV2G3m2Pi4gD2nTiQ&index=73but I want to use Keil for loading...

Ala by Senior
  • 490 Views
  • 0 replies
  • 0 kudos

Resolved! Ethernet configuration of MAC address

Hi everyone,I'm configuring the Ethernet MAC address over CubeMX for a NUCLEO-F746ZG target. Default address is 00-80-e1-00-00-00 which identifies ST manufacturers.I was wondering if I can freely manipulate the other 24 bits for an industrial purpos...

Nadreoh by Associate II
  • 3945 Views
  • 3 replies
  • 0 kudos

Is the modifications in the .c files and .h files of STL library (en.x-cube-classb-v2-3-0) is allowed?

Hi,We integrated en.x-cube-classb-v2-3-0 package in my application. Which is actually failing in runtime CRC test. I reduced the block size, which is actually 64 and I changed to 4  #define STEPS_NUMBER     ((uint32_t)ROM_SIZE/4u) and added some co...

Anitha by Associate III
  • 540 Views
  • 0 replies
  • 0 kudos

SD card taking time to store data

Hi everyone,I'm using stm32F407VG discovery board and STM32Cube_FW_F4_V1.24.2 fimware for my project. I've included freertos and FATFS in my project. I've created 3 tasks, higher priority task(running at 100Hz) which job is to do some calculation and...

Rsrma.1 by Associate III
  • 3471 Views
  • 8 replies
  • 0 kudos

STM32F746 Discovery's MEMS Microphone

Hi,I could work perfectly with UART, SD Card, and button interrupt of this discovery kit. Now, I would appreciate, if you help me to start up the microphone of the stm32F746 Discovery board. The goal is to read the data from the microphone and watch ...

spark by Associate II
  • 1407 Views
  • 1 replies
  • 0 kudos