STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Error assert_param

Posted on February 12, 2015 at 11:19HiI have a problem generating a I2C-code for my STM32F2xx.I used the STD_PERIPH_DRIVER and the files it contains. When i compile, i get an error like this: Error[Li005]: no definition for ''assert_param'' [referen...

mathijs by Associate
  • 662 Views
  • 1 replies
  • 0 kudos

Tracking down a UsageFault origin on an STM32F303

Posted on February 11, 2015 at 02:44 Greetings, I'm working with an STM32F303 MCU. On one of my projects, I've noticed that it would repeatedly freeze up, requiring a reset to continue operation. Doing a backtrace shows me that the error ...

STM32F103VC: gpio protection diodes not working?

Posted on February 11, 2015 at 17:29Hi everybody,I have a GPIO configured as input pull up. The input conditioning circuit is really simple, it is just an external pull up wich is connected to ground when external event occurs.See attachment for sch...

amarchi by Associate II
  • 1152 Views
  • 4 replies
  • 0 kudos

STM32F407ZG

Posted on February 10, 2015 at 22:08HiI have the Problem: I have ported and tested a uCOSII on stm32f4/discovery(STM32f407VG) evaluation board with out any problem(board Programmed with onBoard STLINK).after that i have tried to program a custom boa...

Respiration Rate using stm32f429i discovery kit

Posted on February 11, 2015 at 11:27I am just working on vital sign monitor project. I have a stm32f429i discovery kit. We are using capacitive sensor for respiratory signals, its very weak signals. Sensor output will be fed to adc of microcontrolle...

lokesh by Associate II
  • 618 Views
  • 1 replies
  • 0 kudos

DFU Bootloader

Posted on June 17, 2014 at 10:53Hi folks,I have ST's Flash Loader Demo application for programming via a UART and was wondering if anyone knows if there's an equivalent for programming via USB. I want to use the DFU bootloader so I can program witho...