User Activity

Hi,I'm working on the STM32L476-Discovery board, Win10 host.I created a simple application, which works.Now I changed the start of the address to 0x08001000:MEMORY { FLASH (rx) : ORIGIN = 0x08001000, LENGTH = 1024K RAM (rwx) : ORIGIN = 0x20000...
Hi,I stumbled on the ST-LINK server in the ST website (https://www.st.com/en/development-tools/st-link-server.html).I was hoping it's their cross-platform GDB-server, supporting Windows/Linux.The popular st-util (by stlink) doesn't satisfy my needs.S...
Hi,I need to build my IAR-base application with a non-consecutive RAM region.E.G.. if my RAM is between 0x20000000-0x200087FF:define symbol __ICFEDIT_region_RAM_start__ = 0x20000000; define symbol __ICFEDIT_region_RAM_end__ = 0x200087FF; define re...
Hi,I'm looking for a cheap board for debugging the Linux kernel, for a POC.I thought of the stm32f429-disco. It is limited in resources, has no MMU/virtual-memory, but it's not a necessity for now.I'm experienced with bare-metal stm32 programming, de...