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

USB network device

Posted on January 26, 2015 at 09:16Hi folks, I searched for an implementation of USB networking for STM32(F4) but did not found anything. Did someone already implement CDC-EEM or CDC-RNDIS, and willing to share the code ? Cheers. #cdc-usb-network

STM32F40x DFU Requirements

Posted on January 20, 2015 at 17:49I've made my first PCB with the STM32F405RGT6 but unfortunately the DFU isn't working.  The device is never detected despite booting with the appropriate BOOT0/BOOT1 and FS_DP, FS_DM, and FS_ID connected.  I'm tryi...

craig by Associate II
  • 1522 Views
  • 2 replies
  • 0 kudos

STM32F4-Discovery ADC problem using HAL driver

Posted on January 17, 2015 at 18:54Hi,I'm using HAL driver to configure ADC module.  This is my code:void adc_config(){   AdcHandle.Instance = ADC1;   __ADC1_CLK_ENABLE();   HAL_ADC_DeInit(&AdcHandle);   AdcHandle.Init.ClockPrescaler = ADC_CLOCK...

zivadin by Associate II
  • 1784 Views
  • 1 replies
  • 1 kudos

DfuSe redistribution terms?

Posted on June 06, 2014 at 18:45Hi, I need to provide the end-user with a customized way to flash the firmware to our product. What are the redistribution terms on the DFU driver, STDFU.dll and the binary code compiled using the provided sources? Th...

stano by Associate
  • 1542 Views
  • 4 replies
  • 0 kudos

Compiling programs that will be bootloaded

Posted on January 15, 2015 at 18:53These forums are great, thanks in advance for all your help!I'm using an STM32F439, no IDE has been picked yet, but either Keil or IARMy application involves swappable FLASH (or EEPROM) boards that contain the prog...

STM32Cube DSP libraries

Posted on March 21, 2014 at 17:56Does anyone know what happened to the DSP libraries? I'm trying to get some arm_... basic math functions to work with the new HAL libraries used by STM32Cube and the header files used in the CMSIS/DSP_lib library won...

vlad by Associate
  • 2957 Views
  • 8 replies
  • 0 kudos