User Activity

Forgive my ignorance, but could anyone recommend an IDE which can interface with STM32MP157C-DK2 and allow to write, compile, upload and debug both Linux application code and M4 code on the chip? Something which does not cost around $500 per month wo...
Posted on November 21, 2017 at 17:11I am having an issue where STM32F7 fails to start on reset. Here is a section of a startup code which fails:IMPORT SystemInit IMPORT __mainLDR R0, =SystemInit BLX R0 LDR R0, =__initial_sp ; restore original stack ...
Posted on November 21, 2017 at 03:39I am working on a project based of stm32f746G EVAL board. It uses LCD controller with frame buffer in SDRAM, internal flash for code, external flash to store fonts and media, and external SRAM for RW+ZI data. Fina...