User Activity

When building an STM32CubeMX generated cmake project with clang there are two files that generate errors:sysmem.cthe linker script (STM32L431RCTX_FLASH.ld and stm32l476rgtx_flash.ld)sysmem.c produces the following error:Core/Src/sysmem.c:30:35: error...
I noticed that the ROM constants for ADC calibration values in the LL headers (*_ll_adc.h) are not defined as const addresses.e.g. #define VREFINT_CAL_ADDR ((uint16_t*) (0x1FF07A2A)) #define TEMPSENSOR_CAL1_ADDR ((uint16_t*) (0x1FF07A2C)) #define TEM...
Sometimes I update old replies/post with small corrections (grammar or formatting) or adding additional comments (maybe the solution is outdated for a newer version of a toolchain and I will expand the solution for the newer version, for instance, or...
I want to programmatically scroll up and down a scrollList. I want a button push or something in the application to trigger scrolling up or down one item or 1 page.The goal is a list of error codes. Right now they are just strings with numbers betwee...
Attached SVG image with vertical gradient renders correctly in TouchGFX Designer 4.24.1, but not in the simulator.In simulator the gradient is horizontal in landscape mode and vertical in portrait mode.Edit. SVG attachments are banned, but renaming i...