User Activity

Hello,I'm using a STLINK-V3MODS in a test and programming interface that I realized.Currently I use the bridge API to manage  I2C, interface through a software written in Cpp on Qt platform.I need to perform a reading procedure without sending a STOP...
Hello,I'm using a STLINK-V3MODS in a test and programming interface that I realized for my PCBA. Currently I use the bridge API to manage SPI, I2C, CAN and GPIO interfaces through a software written in Cpp on Qt platform. I would like to perform the ...
On a STM32L071 using preloaded bootloader enabled via BOOT0 lead, I can perform a write operation, but due to software constrain I cannot write more then 32 byte by time. So after a complete erase, I repeat several write operation, 4 for every page. ...
I want to use BOOT0 pin to select System Memory boot.nBOOT0 = 0, nBOOT1 = 1, nBOOT_SEL = 0 bits in user config are well programmed. Boot works well if my uC is coming from a POR or power cycle. But if I connect a ST-LINK to the uC and simply open the...