User Activity

I noticed that the ROM constants for ADC calibration values in the LL headers (*_ll_adc.h) are not defined as const.e.g.#define VREFINT_CAL_ADDR ((uint16_t*) (0x1FF07A2A)) #define TEMPSENSOR_CAL1_ADDR ((uint16_t*) (0x1FF07A2C)) #define TEMPSENSOR_CAL...
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...
I have a STM32H7 and I use USB MSC. I do not use an RTOS.If I plug in my USB thumb drive I append a counter to a file and close it.This works.If I remove the thumb drive very quickly at precisely the wrong moment I get a hardfault.if Appli_state == A...