STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

NucleoF103, CubeMX HAL, PWM Out Tim3CH1

Posted on May 04, 2016 at 22:50hi im working on a project to drive a WS2812B led string. i use TIM1 as time source and TIM3 for the PWM generation. im so far able to achieve a PWM signal @ 800kHz. For testing, i tried (see stm32f1xx_it.c) to drive ...

aal1 by Associate II
  • 1207 Views
  • 9 replies
  • 0 kudos

BOOT DFU USB with STM32F427 dont work

Posted on May 04, 2016 at 01:53Hello:I have develop a board where may install STM32F407, STM32F405 or STM32F427. Board is always same, and work perfect with F405 and F407 about the BOOT option to upload firmware by DFU USB.But when I install an F427...

STM32F4 - Jump from Boot to App

Posted on May 05, 2016 at 12:37Hey guys, my first step in creating a bootloader was simply to move the app (which resided at 0x8000000 to 0x8020000 through the linker file. Next, I created a basic bootloader at address 0x8000000 which basically does...

STM32L4 default DFU mode verus Standalone

Posted on August 05, 2015 at 17:25We used the DFUSE over USB successfully with several L152 designs. The L152 chips don t have a USB boot loader DFU like described in the AN2606 STM32 microcontroller system memory boot mode. (DFU SE via USB) So we d...

uwe2 by Associate II
  • 3807 Views
  • 29 replies
  • 0 kudos

lwIP web files in spi-flash

Posted on May 04, 2016 at 09:03 Dear Experts! I've tested stsw-stm32026 demo code and that worked perfect. Next I wrote simple SPI flash driver, and tried to load server files from this flash instead of stm32f107's internal flash. i...

Set a RTOS Uart queue with the HAL librarie

Posted on May 02, 2016 at 11:11Hi everyone, I would like to include in my project  FreeRTOS a uart queue. I have already  done this with the StdPeriph lib but I'm facing difficulties to migrate from StdPriph to HAL. My previous project was build l...

dauphin2 by Associate II
  • 1064 Views
  • 4 replies
  • 0 kudos