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

Bit Banding issue

I have an issue with using bit banding on stm32U575ZI-Q board when I want to write on it Hard fault is appear what is the problem and How to overcome this issue?

rsoli.1 by Associate II
  • 1243 Views
  • 3 replies
  • 0 kudos

Resolved! (SOLVED) STM32H743ZIT6: Bad accuracy of TIM2 (32Bit Timer)

Hello,I am having accuracy issues on TIM2 (32Bit Timer). I am feeding the PLL with an HSE 32MHz crystal (which seems to be fine when I measure the MCO frequency). I have setup the Prescalers to reach a frequency of 240MHz for the APB1 Timer clocks (w...

0693W00000aPOKxQAO.png
JArig.1 by Associate II
  • 748 Views
  • 1 replies
  • 0 kudos

Resolved! Stop mode is woken by another EXTI line

STM32L071CBT wakeup power button PC13, PWM signal = PA11I have a device that wakes every 20 seconds then goes to sleep, it can also wake when the power button is pressed, part of it's wake cycle it to check the servoInt pin for activity.pin setup /*C...

markH by Associate III
  • 1114 Views
  • 4 replies
  • 0 kudos

When one does ADC oversampling, what should be the sampling time?? Higher sampling time or lower sampling time will give better results??

i am working on ADC oversampling using STM32 nucleo board. I have increased 2 bits by using appropriate oversampling ratio and bit shifting. But when i used lower sampling time i observed less % error between expected v/s measured ADC count then high...

STee.3 by Associate II
  • 1490 Views
  • 4 replies
  • 0 kudos

STM32F411 - temperature sensor returning 0

Hi All , Im trying to read the temperature from the internal temperature sensor.But everytime Im reading i recevied 0Here is my code:#define ADC1EN (1U<<8)void temp_init(){ // Configure ADC module ADC1_IN18 channel // Enable Clock access RCC->APB2ENR...

Tmizr.1 by Associate II
  • 1601 Views
  • 6 replies
  • 0 kudos

How can I read 4 inputs of ADC continously (using HAL)

I have initialized ADC1 and assigned it 4 channels (PA4-PA7 as IN4 to IN7). My initialization looks like this:static void MX_ADC1_Init(void) {   /* USER CODE BEGIN ADC1_Init 0 */   /* USER CODE END ADC1_Init 0 */   ADC_ChannelConfTypeDef sConfi...

How to send files from NAND Flash to PC?

I have data stored of sensors in NAND flash using SPI Protocol with STM32H743 IC in file format(multiple files are created in NAND flash).I want to take out that data from NAND flash and send it to my PC for analysis. How should I transfer this data?

SGupt.15 by Associate
  • 638 Views
  • 2 replies
  • 0 kudos

STM32F302CBT6 Master clock Configuration - I2S

Hello!I am trying to configure Master clock output frequency for I2S interfacing with the TI tlv320aic3254 but there is no Master clock or i2s setting on the clock configuration.As i see in the Clock tree in the datasheet there are master clock optio...

0693W00000aJoEKQA0.png 0693W00000aJoEAQA0.png
PPats.1 by Associate III
  • 1421 Views
  • 2 replies
  • 0 kudos