STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Running a software from a flash STM32F779II

I would like to run my firmware from the flash address :0x08040000so I partitioned the memory layout for the software as shown:ENTRY(Reset_Handler)       /* Highest address of the user mode stack */   _estack = 0x20080000; /* end of RAM */       /...

Resolved! can I use all 8 UARTs of STM32F091VC?

Hi All,Currently, I'm working on project wherein I need the maximum number of UARTs I can get. After doing some research, I came across the STM32F091VC controller which has the 8 UART (max number of UARTs ST can provide). Unfortunately, there is not ...

Please Help - Timer not generating output on pin

I'm attempting to output a 50% duty cycle clock signal on Port C bit 7.I running on a STM32F407I have verified that that output is working when set the pin as function 0 and toggled.Using function 2 when associated with the timer 3 channel 2I have al...

Joe.H by Senior
  • 461 Views
  • 2 replies
  • 0 kudos

Filtering ADC output with FIR ?

Dear Members,Dear Members,I got a FIR filter coefficient from matlab :/* General type conversion for MATLAB generated C-code */ #include "tmwtypes.h" /* * Expected path to tmwtypes.h * C:\Program Files\MATLAB\R2018b\extern\include\tmwtypes.h *...