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! Can not start STM32CubeProgrammer under Debian

Posted on January 11, 2018 at 11:54Under Linux Debian Stretch:- if I use the shortcut nothing happens- if I type ./STMicroelectronics/STM32Cube/STM32CubeProgrammer/bin/STM32CubeProgrammerLauncher,I have this error message: Error: Could not find or l...

App notes on JTAG?

We are developing a board, will be producing several thousands of them, and they have two STM32L0xx's on them, and some other chips that also have JTAG. I have told the hardware guys that we can combine all the JTAGs into 1 JTAG and save some (much n...

mreed by Associate III
  • 887 Views
  • 4 replies
  • 1 kudos

How to detect the flash size at compile time ?

Is there a preprocessor define of the flash size available at compile time ?I know that the flash size can be read at run-time from the FLASH_SIZE_DATA_REGISTER but I need the value for a constexpr.I found only the following definitions - but this is...

Resolved! Store ADC's data stream without losses

Hello, I am working on a project in which I have to store the data from my ADC (in continuous mode with DMA) on a SD card (with FATFS and SDMMC1) without losses. I try to use a ping pong buffer but when I want to change the bufferinwhich the ADC stor...

M.CHN by Associate III
  • 2893 Views
  • 15 replies
  • 0 kudos

stm32L151 not wakeup in a long time in stop mode use rtc

Hi, all , please help me . I use stm32L151. when rtc wake up timer is 30 or smaller minuts, the board can wake up, and work . but when rtc timer is 6 or long hours, the board some times not wake up . what happened ? I need a long sleep (many hours)...

akang.1 by Associate
  • 326 Views
  • 0 replies
  • 0 kudos

HAL Delay () function does not work with HAL_UART_Receive()

Hi everyoneI'm having this problem while using stm32L073RBT:When I use HAL_UART_Receive() only it seems normal, but when I use HAL Delay () after or before HAL_UART_Receive() the program freezes,Knowing that I did not enable any interrupt!!Thanks

xmart by Associate II
  • 2160 Views
  • 11 replies
  • 0 kudos

Resolved! What does the SPI SPE bit do?

I am new to the STM32 microcontrollers and I am experimenting with the SPI peripheral (interrupt mode, non DMA, slave) of the STM32F410. I noticed that the reference manual mentions the SPE bit (bit 6 of the SPIx CR1 register) but does not provide mu...

RrW1 by Associate III
  • 1247 Views
  • 4 replies
  • 0 kudos