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

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
  • 737 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
  • 1651 Views
  • 2 replies
  • 0 kudos

trigger ADC every "X" IRQs from TIM

Hi, I'm building an LLC converter using STM32F301C8. The converter consists of MOSFET half-bridge. The output voltage is controlled by changing the switching frequency with a constant duty cycle of 50%. I use TIM2 for PWM and adjust the frequency usi...

PJano.1 by Associate II
  • 865 Views
  • 2 replies
  • 0 kudos

Resolved! automatic status polling example

HelloI use STM32U575 to run some tests for my company, I have used S26KL512S in automatic status polling mode but it seems that it does not work with the hyperflash octal memories.Is there any example on this mode with other memories with the same MC...

AAree.1 by Associate II
  • 779 Views
  • 1 replies
  • 0 kudos

Resolved! STM32U575 and Hyperbus memory

HelloI use STM32U575 to run some tests for my company I have used some octal memories before but I have an issue with the Infineon S26KL512S memory it is not working, unfortunately I am not even able to read or write on the memory is there any exampl...

AAree.1 by Associate II
  • 1532 Views
  • 5 replies
  • 0 kudos

Interrupt driven ADC conversion (LL) (STM32F103)

I want to gather 4 ADC values from peripheral potentiometers using an STM32F103C8T6 (blue pill). I've setup ADC1 using MX Cube. Enabled ADC1_2 NVIC global interrupt.​Now I'm a bit clueless how to proceed.My idea is to start the ADC to do conversions....