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

Resolved! wake up from stop mode using GPIO

Posted on March 20, 2018 at 14:35Hi everybody,i'm tryng to wake up MCU STM32L051T6 from stop mode using a GPIO pin. The pin is PB4 on Rising edge.This is the code:void stopMode(void){ DBGMCU -> CR |= DBGMCU_CR_DBG_STOP;RCC -> APB1ENR |= RCC_APB1ENR_...

USB Audio on Nucleo-F746ZG?

Posted on March 14, 2018 at 14:03Hi, I'm not sure if this should be a discussion or a question, so I'm posting both...I'm hoping to hook up a Nucleo-F746ZG to an external codec eval board from Analog Devices.My current plan is to start with the AUDI...

Why does f_write not work in CubeMX project

Posted on March 18, 2018 at 18:29I have two projects, one from the F746G-Discovery Projects repo called FatFs_uSD_RTOS, and one created from CubeMX based on the template for the F746G-Discovery board with FatFS and FreeRTOS enabled.  The CubeMX proj...

STM32CubeMX Feature missing? User labels

Posted on April 15, 2015 at 11:52Hello, perhaps I missed something... Is it correct, that the user labels in CubeMX are not used in the generated code? I've seen this in other code configurator tools. I didn't found a way to benefit from the pin def...

mklatt9 by Associate II
  • 2670 Views
  • 14 replies
  • 0 kudos

FR_INVALID_OBJECT SD Card with CMSIS- RTOS

Posted on March 17, 2018 at 07:02I am working with a STM32f4 using freeRTOS code generated by stmCube.I am getting a FR_INVALID_OBJECT if i wait to write to an SD card but if i write to it immediately after the thread is created i dont have the prob...

cleonb322 by Associate III
  • 490 Views
  • 0 replies
  • 1 kudos

Resolved! Error[Li005] no definition for ''HAL_ADC_Init''

Posted on March 15, 2018 at 17:31Hi everyone,My name is Dario and I'm getting the error above when I try to compile my project. What I'm doing is as follow: I'm trying to take advantage of the P2P demo released for the F4 nucleo and based on the IDS...

0690X00000609xqQAA.png

stm32f0 Bootloader

Posted on March 15, 2018 at 11:08MCU: stm32f072c8t6I am trying to implement the UART Bootloader to my project. I have successfully tried all command except the erase. For the BL v3.1, the extended erase memory is supported with cmd: 0x44 + 0xBB. How...

Leo Tai by Associate II
  • 524 Views
  • 0 replies
  • 0 kudos

STM32F746 Webserver files loaded from SD card

Posted on May 21, 2017 at 13:36Hello, I want to create a webserver application, and I want my html file modified seperately. So I think that saving my web files (including .html, .css and .js files) into SD card I a good solution, So whenever I want...