Hi, I'm having an STM32L4P5.In sectors [0 7] there is a bootloader, in sectors [8 75] the application is located.With STM32_Programmer_CLI.exe I can issue an erase for specific sectors and it seems to work. But STM32_Programmer_CLI.exe wants to prog...
On updating CubeIDE from 1.10.1 to 1.12.1, I got error output for the git integration, see below.How can that problem be resolved?Cannot complete the install because of a conflicting dependency. Software being installed: Git integration for Eclipse 6...
SWAP_BANK for the STM32L552 is a bit in the eeprom, but we want to swap the flash banks in an own bootloader dynamically and do not want to expire the eeprom's lifetime,Any option to swap the memory without eeprom settings?
We are porting code from a STM32L4P5, where we relocate the IRQ VEctor Table with memcpy(g_RamVectorTable, g_pfnVectors, sizeof(g_RamVectorTable)); __HAL_SYSCFG_REMAPMEMORY_SRAM(); // not implemented on STM32L5xxthat works fine, but as commented ...
I'm having 100 NUCLEOS, needing an upgrade of the onboard ST-LINK,STM32CubeIDE launches a STLinkUpgrade Utility (JAVA). That asks me to set the ST-LINK in upgrade mode, does the upgrade and finishes. It would be great to have a command line version t...
Yep, really happy :grinning_face: with an unoptimized memset on the memory mapped APS1604, I need 154ms to fill the complete 2 MByte, which is around 13,6 MByte/s. That sounds reasonable.
On looking how to connect the logic analyzer, we found two of the 33Ohms didn't have valid connection. Now it works, great. I coud verify correct initialization of the QSPI for the PSRAM already before the final board will arrive and will continue wi...
Hi Alex,I’m having a SALEAE logic pro 8. That should be sufficient. But it needs some time to make the setup. I think ideally I directly put some short wires on the SO8 to connect the logic analyzer.Analog input of the saleae is limited to 50 MHz so ...
HI Alex, I got the APS1604M-3SQR soldered on the STM32L4P5-DK but I'm not having good results. Soldering has been done by a very skilled HW engineer, but manually populating 0402 is pretty tough. I just can read the ID on clock dividers being larger ...
Hi Alex, now I got the APS1604M-3SQR populated as U14 on the STM32L4P5-DK. But not with the desired results. Just with setting clock divider very slow I'm able to read the ID (0d 5d 1b 58 31 31 46 3a) which seems to be correct. I clock diver is below...