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

section `.bss' will not fit in region `RAM1'

I have this attribute in my code:#define PHY_ETHTORAM_ATTRIBUTE __attribute__ ((section(".sram2"), aligned(4)))And for example, in my code:// Ethernet Rx MA Descriptor volatile __attribute__((aligned(32))) PHY_ETHTORAM_ATTRIBUTE ETH_DMADescTypeDef ...

How use the usb as a device HID ?

Hi, I bought a chinese dev-board, this one:amazon: https://www.amazon.com/Diymore-STM32F407VGT6-Cortex-M4-Discovery-Development/dp/B01M7YB5HFhere is its schematics: http://dubstylee.net/v/wp-content/uploads/2017/08/DIY-More-STM32F407VGT6.pngIt is wor...

MAlek by Associate II
  • 372 Views
  • 0 replies
  • 0 kudos

H743_EVAL USB_HOST/HID_Standalone example.

The main loop of the HID_Standalone example is: while(1) { USBH_Process(&USBHost); HID_MenuProcess(); } The problem is when a slow process is put in the loop: while(1) { HAL_Delay(10); //or any slow process > 8ms USBH_Process(&USBHost)...

Asantos by Senior
  • 523 Views
  • 1 replies
  • 1 kudos