STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F205RCT7 MTBF

Hi,I am doing the MTBF calculation of our product which contains STM32F205RCT7. Can you provide me with the MTBF value of STM32F205RCT7?Thanks in advance

YsnKcl by Associate
  • 577 Views
  • 3 replies
  • 0 kudos

Hard fault caused by unaligned access

Hi, I have an issue when trying to copy a struct by direct assignment on STM32H743; The code:   void function(const structName_t *incomingStruct) { Signal_t sendSignal; sendSignal.desiredStruct = *incomingStruct; // <-- Causes unaligned access .....

RBrec.1 by Associate III
  • 5712 Views
  • 23 replies
  • 4 kudos

STM32U5 LL example ADC1 and ADC4

The example project does not provide information on ADC4 register configurations, ADC4 seems to be different then prior peripherals (e.g. compared to L4).  ...\NUCLEO-U575ZI-Q\Examples_LL\ADC\ADC_SingleConversion_TriggerSW_IT_InitSTM32CubeMX configur...

edw by Associate
  • 834 Views
  • 0 replies
  • 1 kudos

spi slave weird data on mid-high speeds ?!

I am having weird issue with STM32F767 (configured to run at 200mhz) that needs to be SPI slave .. I configured it with 0,1 (clock low, second edge), hardware cs.. when master sends data at 350kbps everything is ok, when master sends at higher speeds...

arhi by Associate III
  • 2902 Views
  • 24 replies
  • 1 kudos

Resolved! Weird Jitter when using DMA to generate PWM in GPIOs

So i was trying to generate pwm on all gpio pins of a stm32F103 for my application. I found followed this guide:https://www.hackster.io/javier-munoz-saez/all-pins-as-pwm-at-the-same-time-baremetal-stm32-1df86f the essence is using the function:      ...

Okbit_0-1702369391874.png Okbit_1-1702369391855.png Okbit_2-1702369391867.png
Okbit by Associate II
  • 1063 Views
  • 4 replies
  • 3 kudos