STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! FreeRTOS + UART Strange Behavior

Hi, I'm trying to practice FreeRTOS with my STM32F769I-Eval kit.I made two task with different priority and print global variable with semaphore.When I run my code, terminal print decreased value every time.  I don't know why. Here is my code.int mai...

0693W00000aIn9qQAC.png
ELee.9 by Associate II
  • 1198 Views
  • 4 replies
  • 0 kudos

Resolved! Help for STM32 F767Zi as USB host for mass storage

Hi, I am using STM32 F767Zi and tried this tutorial to use it as an USB host ***. I followed the steps but I always end up in Use Case _USER_CLASS_ACTIVE. I tried different USB devices but it's always the same. Does anyone have an idea how I can solv...

SBach.4 by Associate II
  • 1294 Views
  • 4 replies
  • 0 kudos

STM32L432KC USB VBUS Sensing

Hello,I'm currently working on a self-powered project that uses an STM32L432KC. From reading AN4879 I see that I have to enable VBUS sensing because it is mandatory for self-powered USB devices. Using CubeMX, I cannot enable VBUS sensing for the MCU....

0690X0000089iOgQAI.png
Henri1 by Associate
  • 1179 Views
  • 4 replies
  • 0 kudos

STM32L496 ADC in single ended channel

Hello,I am trying to run a simple code for the reading of a single channel of one of the three ADCs available on the STM32L496. I have tried to use different channels while using the code generated from STM32CubeIDE. I use the default configurations ...

Georgios by Associate
  • 964 Views
  • 2 replies
  • 0 kudos

Use of a library from multiple applications

Hi, i was thinking about placing some libraries in a reserved area on the flash and access them from two or more applications. For instatnce a bootloader and the corresponding application. I would like to update them, that's way don't like to incopo...

MOtto.2 by Associate II
  • 1702 Views
  • 9 replies
  • 1 kudos

STM32F303 Custom HID out report problem. MCU always stops receiving out reports after transmitting two IN reports

Project based on STM32F303 generated from CubeIDE 1.10.1 using HAL 1.11.3 library. The project was made according to the ST example. IN enpoint with a report of 64 bytes. OUT endpoint also with 64 byte report.I can send any number of IN or OUT report...

SKape by Associate II
  • 1351 Views
  • 5 replies
  • 0 kudos

Hi everyone, I'm looking to design and develop a USB Audio Interface using STM32F4xx series MCUs that could ideally record up to 16 channels of analog audio signals, convert and send to a PC / MAC via USB.

If anyone is familiar with Digital Audio Workstations (DAW's), you can then select the type of audio input device in the application, to then choose which channel to monitor and record.I'm familiar with the process of how to record the incoming audio...

cackland by Associate
  • 1436 Views
  • 3 replies
  • 2 kudos

STM32H747I with LWIP not working

HelloI used the STM32H747-Disco development board and created a Keil project according to this link, https://community.st.com/s/article/How-to-create-project-for-STM32H7-with-Ethernet-and-LwIP -stack-workingMy CubeMX is version 6.6, and the firmware...

YZhen.4 by Associate II
  • 1239 Views
  • 4 replies
  • 0 kudos