STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

HAL Drivers User Manual Eclipse Help

Posted on March 19, 2018 at 17:45I wanted to ask if it would be possible for ST to make HAL drivers user manual available for eclipse help. As HAL user manual is written in doxygen format, this is easy to generate eclipse specific help files.This is...

USB Connection for STM32F072C8T6

Posted on March 19, 2018 at 19:28Hello,I saw in the datasheet that the max USB voltage input for the STM32F072C8T6 is approximately 3.6 V. Since the USB data voltage can go up to 5 V, I was wondering how one would make the connection between the USB...

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
  • 916 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
  • 152 Views
  • 0 replies
  • 1 kudos

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
  • 164 Views
  • 0 replies
  • 0 kudos