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

Resolved! Setting up RTCC with LSE 32.768kHz Crystal

Hardware 1: STM32F767ZGT6 with LSE Crystal Model:  CM9V-T1A-32.768KHZ-7PF-20PPM-TA-QC Maker: Micro Crystal AG Hardware 2: STM32F767IIT6 with LSE Crystal  Model: ECS-.327-12.5-12R-C-TR Maker: ECS IncCompiler: IAR Workbench v8.32.1Driver: STM32Cube_FW_...

0693W00000Hr4CeQAJ.png

Resolved! How do you know the data transferred from Memory into peripheral has been fully sent VIA DMA into the real world.

I've always been curious to know if there was a method to find out the data transferred via the DMA into the peripheral has been sent out probably. For example a TimerAll it does isCreate an array with varying CCR1 values (Duty Cycles) Once done, ena...

CLeo.1 by Senior II
  • 2004 Views
  • 4 replies
  • 0 kudos

Multiple Interrupts are not working

Hi ,I am working on STM32L0 series controller that has 3 different external interrupts configured on PB11(sensor A),PB2(Sensor B) and PC1(Sensor C).Peripheral connected to PB11 generates interrupt at 1ms interval and PB2 generates interrupt when dat...

BChav.1 by Associate III
  • 678 Views
  • 2 replies
  • 0 kudos

hey i want to read a temperature sensor and a humidity sensor i want to send the values via cdc to my pc and then read them in c# windows forms my question is now how can i read two adc at the same time so i have separate data ? here you have my stm code

 while (1) {  /* USER CODE END WHILE */  /* USER CODE BEGIN 3 */   HAL_ADC_Start(&hadc2);   HAL_ADC_Start(&hadc1); if (HAL_ADC_PollForConversion(&hadc2, 10) == HAL_OK) {  adcValTemp = HAL_ADC_GetValue(&hadc2);  // Temperature Calculation  adcTem...

MSchmutz by Associate II
  • 1263 Views
  • 4 replies
  • 0 kudos

Resolved! f373 SDADC one input is pulling down.

Hello, I have a custom designed board with 7 analog inputs on sigma delta ADC's.6 of my inputs are working properly. I have a software issue.When I erase the flash or de-solder the mcu I can measure the correct voltage from my test points.But when I ...

Resolved! stm32H723 (nucleo) with SDMMC, FR_NOT_READY

I'm stock since a while now.I use H723 nucleo board with a SD card socket, build for SPI, but I use it as SDMMC with 1bit wide.this socket is ok with SD and SPI.f_mount send FR_NOT_READY.I have the same answer with or with out Sd card...I use a logic...

Tbill.1 by Associate II
  • 1095 Views
  • 1 replies
  • 0 kudos

STM32L4 - ADC Mulit Channel Interrupt support

Hey Guys,I am working with the STM32L476RG Nucleo board (however my custom board has the L462 chip - I am hoping the solution will work for both chips) and I am trying to get multiple channels ADC interrupts to work without success. My CubeMX setup i...

0693W00000Hr00oQAB.png
ASter.2 by Associate II
  • 1421 Views
  • 6 replies
  • 0 kudos

how to adjust the programmer for a different pin out ?

I have a custom board with stm32L496ZG similar to stm32L496G-disco evaluation board.only the CLK and CS for quad spi are different. I want to use the programmer to check the functionality of the external flash that is connected with quad spi. I have ...

Eblec.1 by Associate II
  • 629 Views
  • 2 replies
  • 0 kudos