STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Weird behaviour with data in flash ( STM32F412RE)

Hello,I have some application parameters stored in flash area, declared like this : __attribute__((__section__(".storageFlash"))) const parametersTable_t flashParameters;The linker script has been modified as follow:/* Specify the memory areas */MEM...

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
  • 669 Views
  • 4 replies
  • 1 kudos

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
  • 2234 Views
  • 15 replies
  • 0 kudos