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

STM32F4 - fastest IIR biquad impelementation in Assembler

Posted on April 27, 2018 at 12:07Hi,I need the fastest implementation of a biquad IIR filter for STM32F4 in assembler. I have to run more than 60 filters at 48kHz. My current best time are 24 cycles per filter with TDF2 (17 at STM32F7).The order of ...

koster by Associate III
  • 679 Views
  • 2 replies
  • 0 kudos

Using STLink Utility to protect bootloader

Posted on April 27, 2018 at 16:40Hi  I have been looking on the forum and web regarding flash memory protection,writing etc...  I basically want to write a custom bootoader and have its memory , 1st page, write protected to prevent any overwriting. ...

How to access PMOD ENCoder using STM32L475

Posted on April 27, 2018 at 15:52Dear all,I need example program how to access PMOD ENCoder using STM32L475.https://reference.digilentinc.com/reference/pmod/pmodenc/start&sharpexample_projects Thank you very much in advance.warmest regards,suryadi#p...

cubef4 STM32F4-Discovery dac example problem?

Posted on April 27, 2018 at 15:04hii  want use DAC_SignalsGeneration example for Making waveforms in my stm32f407 discovery eval board i redefineconst uint8_t aEscalator8bit[6] = {0x0, 0x33, 0x66, 0x99, 0xCC, 0xFF};toconst uint16_t aEscalator16bit[1...

Resolved! STM32F4 power measurement firmware

Posted on April 21, 2018 at 15:36Where can i get the power measurement firmware mentioned in this application note by STAN4365 Using STM32F4 MCU power modes with best dynamic efficiencyThe project used in the AN is coremark based . Can i get this pr...

n.serina by Associate III
  • 684 Views
  • 4 replies
  • 0 kudos

STM32Cube and include files

Posted on September 02, 2017 at 15:45Hi Everyone,I've been using a Nucleo F103RB for a while now, adding onto the default code provided via Atollic's TrueStudio setup. With this, I have been able to initialise and communicate successfully with I2C, ...