User Activity

Hi community,We're getting our image from a buffer containing 8bits-values (array of chars). Due to the little-endian architecture and the DMA2D module (apparently) only processing the data as 32bits-values, it is not possible to get correct copy of ...
Hi community,We are generating a static library for our Cortex-M7 (STM32H743VI), using the following command:arm-none-eabi-ar rcs libtf.a $(OBJS)How to generate the debug symbols ? (so we can debug the library files while using it in the main applica...