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

Updated time of RTC is not being read

I am running RTC for stm32h753. If I read the time of RTC, I do not get updated value as shown in below example. I am using LSE 32.768Khz. As it can be seen that 00:08:10  is being read repeatedly and then 00:08:15. if I compare overall time, it is ...

Resolved! Weird (for me) problem(s) with ADC and DMA on STM32F3348

First, I have done this before successfully on the STM32F446re with all 3 ADCs and DMAs but I need some guidance or ideas... STM32F3348 Disco OR my target PCB with same processor. ADC1 (and maybe ADC2) using DMA to convert 7 channels on ADC1 and 4...

how to use ADC in discontinuous mode without HAL?

I am trying to use the ADC without using HAL (except for in the setup) on a STM32F031K6, using cubeIDE. Im using the ADC in discontinuous mode - as far as I can tell, the sequence of events should be  - ADC is setup, then enabled with ADEN - ADC star...

deep_rune by Associate III
  • 1407 Views
  • 0 replies
  • 0 kudos

Resolved! Correct sequence to reconfiguring CAN FD settings

Hi,I've been trying to get my CAN FD configuration going, but I'm running into issue when I need to reconfigure the timing parameters for different bandwidth.My original code, generated partly by CubeMX looks like this: hfdcan1.Instance = FDCAN1; ...

TOlli by Senior
  • 1020 Views
  • 1 replies
  • 0 kudos

How to log the data using STM32 debugger

Hi,I have customized STM32FO board in which sensors are attached and i need to read the data through SPI communication and i need to log the data in termite application. we have swd pins to program the controller.I have flashed the program successf...

0693W000001sDa4QAE.png
Chandana by Associate III
  • 1337 Views
  • 0 replies
  • 0 kudos

Hi, I have written program for the spi initialization. I have got error like this can you please let me know how to clear this error .

I have got error like this can you please let me know how to resolve this error.make: *** No rule to make target '../Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi.c', needed by 'Drivers/STM32F0xx_HAL_Driver/Src/stm32f0xx_hal_spi.o'. Stop.

Chandana by Associate III
  • 2689 Views
  • 10 replies
  • 0 kudos

How to establish an SPI connection in Nucleo-F030R8 Board

I am trying to establish an SPI connection using the Nucleo-F030R8 board but there's no signal coming out. How do you start the connection?I did the configurations using STM32CUBE MX software and code it using TrueStudio. Is there any line of code ap...