I want to implement a bare bones TouchGFX bootloader application that provides text based feedback for status & %programmed. The idea is for the bootloader to be in FLASH sector0 and for it to be able to program a more complex TouchGFX based applicat...
I want to communicate directly with a full speed CDC device from my STM32F769 running in USB host mode but I only have a high speed OTG USB port available. From example code for other STM32 devices it appears this is possible but can anyone confirm t...
I want to use the FLASH bank-swap feature of the STM32H753 for custom firmware updates. I have no problem erasing and programming FLASH bank 2 when running from bank 1 but I get a double bus fault when attepting to erase a sector in bank 1 when runni...
I'm running PC-Lint as an external tool with the results going an output console. I'd like to be able to double click on a PC-Lint error message in the console and have the appropriate source file / line displayed as per compiler errors. I have PC-Li...
Hi,I'm debugging a STM32F765 application using STM32CubeIDE v1.3.1 with ST-Link/V3 debug adapter via OpenOCD.The Memory window shows a gap of 800 RAM bytes in a valid RAM area (see picture below). Any idea what can cause this ?ThanksDave
In case anyone else has this (unusual) requirement, yes a STM32 device in high speed host mode can communicate with a full speed slave device. In my case, I have a STM32F769-EVAL board enumerating & sending data via the HS-OTG connector (ext. ULPI ph...
MarkusThat's perfect! Actually just putting Lint as a pre-build step redirects Lint messages to the build console where I can double click to see the offending source line. Just what I needed. Many thanksDave
Lmyle,JTAG and ETM are used concurrently, it's not one or the other. Unless you configure ETM in your firmware application (very unlikely) then it needs to be set-up using JTAG/SWD.As @clive1 (NFA Crew) says, you'll be able to emulate most if not all...
The unreadable range straddles the top end of the FreeRTOS heap, some other FreeRTOS variables then some application variables. There is nothing in the map file that corresponds to the start or end address of the unreadable range