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

Is an MP3 encoder available for the STM32F733

The CubeMX samples have an MP3 encoder, but it appears to be a binary blob rather than source, and locked to certain chips & versions of the libraries. Is it possible to get the source or is a compiled version available for the STM32F733 / STM32F723?

AGoel.5 by Associate
  • 412 Views
  • 0 replies
  • 0 kudos

Using HAL outside of main.c

Ok, another noob question....I can use the following line of code in the main.c with no issues#define Green_LED_OFF HAL_GPIO_WritePin(GPIOA, GPIO_PIN_8, GPIO_PIN_RESET); // Green offBut when I want to use it in another .c file such as foo.c I get th...

How do I program the NVM without the Nucleo board?

I'd like to understand how my application can update the NVM for in field programming. It seems the NVM address range is from 0xC0 to 0xE8 but this isn't shown in the register map published with the software libraries. The datasheet mentions a custo...

tkerby by Associate
  • 858 Views
  • 1 replies
  • 1 kudos