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

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
  • 861 Views
  • 1 replies
  • 1 kudos

How to use F746NG-DISCO and USB OTG_HS

HelloI want to send 45 Mbyte/sec data from the discovery board to PC . So I need to use usb high-speed protocol (CDC). But PC doesn't find the device (I've checked it via the device manager). I used the CubeMX for code generation.What I simply did is...

Cevdet by Associate III
  • 1753 Views
  • 6 replies
  • 0 kudos

How set USB-CDC (Virtual Com Port) baudrate

Posted on July 07, 2016 at 18:47Hello, I'd like to transfer some data via USB FS with Virtual Com Port (STM32F3) Seems that baudrate is fixed to 115200 bps. It is possible to increase this value? How? Thank you very much #stm32 #cdc #baudrate #vc...

lrosadev by Associate II
  • 6658 Views
  • 4 replies
  • 0 kudos