STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32 TSC, silk screen as "panel"

Hi,long time, no see, so greetings to all!When implementing touch sensors, can I use the PCB silk screen as "panel", i.e. omit the glass/plexiglass panel?It is for a private project, the unit will be infrequently used in lab environments.Obviously th...

straubm by Associate III
  • 1393 Views
  • 5 replies
  • 0 kudos

Resolved! Custom External Loader

Hi,I am using a custom board with the following CPU : STM32F746BGTx.Here is the pinout :PB2 : QUADSPI_CLKPB6 : QUADSPI_BL1_NCSPF6 : QUADSPI_BL1_IO3PF7 : QUADSPI_BL1_IO2PF8 : QUADSPI_BL1_IO0PF9 : QUADSPI_BL1_IO1How can I load all the assets (images, f...

MMerc.1 by Senior
  • 416 Views
  • 1 replies
  • 1 kudos

Resolved! Capacitive Touch Sensing with STM32F302R8

Which evaluation board I can use to practice and develop code on Capacitive Touch Sensing, which is suitable with STM32F302R8?I have STM32F302 Nucleo board with STM32F302R8 MCU, which supports touch sensing. I need to learn and develop a practice cod...

MS.1134 by Associate III
  • 2674 Views
  • 9 replies
  • 1 kudos

Keil external flash loader

Hi,I'm using keil as my compiler, and I have developed our own project PCB, every thing works fine, I have used W25Q64 external SPI flash for my board, Now I have written flash algorithms and they are working inside my test project, so I want to add ...

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...