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

STM32f429 and USB_OTG_FS connections

Posted on December 01, 2017 at 09:40Hello STM members,Currently i am working on STM32f429 (144-LQFN) controller.For this project we have requiremnt USB_OTG_FS interface.I have query regarding USB OTG connections.1. Our system is working on 3.3v Now ...

STM32F1 FreeRtos Problem

Posted on December 03, 2017 at 07:32Hello.i using STM32F103 microcontroller,iar compiler and SPL libraryi tried to run FreeRtos on microcontrollerso i download FreeRtos Files From this link:https://sourceforge.net/projects/freertos/files/FreeRTOS/Fr...

[BUG] SDIO + RTOS (Stat = STA_NOINIT)

Posted on December 02, 2017 at 03:42 Hi, I just took two days to trace a bug that only appeared when I was doing concurrent reads & writes on my SD card from separate threads in FREERTOS. The bug is in sd_diskio.c and needs fixing intwo fun...

CubeMX - Static USBD setting?

Posted on November 29, 2017 at 18:27 Hi all, I've started a new F401 project, but for the life of me I cannot find the setting in CubeMX to have it create usbd_conf.h using the static malloc replacement: /* Memory management macros */ #def...

mwp by Senior
  • 939 Views
  • 2 replies
  • 0 kudos

Resolved! how to set STM32 HAL FreeRTOS timer period?

Posted on August 09, 2017 at 15:21I am working with the HAL RTOS generated through cube and generally speaking, so far so good. I am used to using FreeRTOS but am a little stumped with this HAL RTOS, more specifically the timers. I have generated th...

I have a problem with FATFS

Posted on December 01, 2017 at 04:40I am working with STM32F407 Discovery Board and micro SD Card. I use STM32CubeMX version 4.23 to config SDIO 4 bit.This is my code to read data from micro sd card: FATFS myfatfs; FIL myfile; uint8_t SD_Data_Read_A...

ADC Voltage reference doubt

Posted on November 30, 2017 at 13:54Hi, I'm working with a STM32L053R8 and I want to use some ADC pins. I have a doubt about the input voltage range. Does the ADC have an independent power supply? Which is the input voltage range of the ADC?For exam...

USB HS CDC_Receive_HS funtion

Posted on November 29, 2017 at 13:56Hi, I'm trying to make a little project just to send an echo of what is received over USB. I have been able to do it, but there   s something I couldn't do yet.My code in the USB callback function is as shown belo...

0690X0000060918QAA.png 0690X000006091DQAQ.png

STM32f217VET ethernet project via MII

Posted on November 25, 2017 at 20:17Hello I am using this microcontroller for a project with ethernet. From what I've been reading everyone recommends that I use MII instead of RMII since RMII incurs in a lot of packet loss. And reading the errata I...

Problem with FFT Functions in FreeRTOS

Posted on November 30, 2017 at 09:06Hello,I'm running freeRTOS on STM32F4. I have no problem with using cmsis-dsp functions without freeRTOS.But when I want to call a function (in which cmsis-dsp functions like arm_cfft_radix4_f3,arm_rfft_f32 ,... a...