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

RAM code while erasing flash

Hi all,I'm trying to execute some code in interrupt mode (blinking a LED) while the MCU (STM32H725) is erasing a flash sector (obviously that is not used by the application). I've moved the vector table to RAM (0x240000000) and also the ISR function,...

Does anyone in the world have any information on how to get access to the "STPay-Topaz-Bio" biometric-enable cards? Do they exist? Is this yet more ST vapourware?

Ever time, I mean EVERY time I read an interesting link from ST about new tech, EVERYTIME it links to a product nobody has in stock, there are no reference designs, no support, no stock, no evaluation kits.This is such an inefficient way to operate a...

Multi Slave I2C Connection guidance

Hello,I have one master and multiple slave devices for I2C Connections.So, my Query is that;I am connecting series resistors after the Pull up Resistors on SDA SCL lines,Now the query is that should I connect those Series Resistors at only Master sid...

0693W00000WJwsWQAT.png
DBhut.1 by Senior
  • 543 Views
  • 3 replies
  • 0 kudos

Role of syscalls.c

What is the role of syscalls.c file in GNU ARM(STM32 for instance) based projects? I found 2 ways of successfully building the project1. Delete syscalls.c and include -specs=nosys.specs in the linker flags2. Simply include syscalls.cWhat is the funda...