User Activity

Mr./Ms. Forum,I have the following system components:STM32CubeIDE Version 1.11.0Segger j-link PLUS Compact debug probe Version 11.0target hardware - custom pcb with an STM32U585CIT6 microcontrollerI can't load code into my target hardware. I have inc...
I want to reserve a chunk of internal Flash memory in the micro-controller to store some user parameters. I want to develop a custom driver to manage the sector of Flash including erasing and re-writing the sector (there better be utility functions f...
I have a large block of data to encrypt (about 200 Kbytes). I don't care about preserving the input data and I'd like to save memory.Can t I set the output buffer pointer to the same value as the input buffer pointer using the HAL AES encrypt functio...
I'm trying to scan 6 channels at a 1 KHz rate. I used Timer 2 to generate 1 mSec trigger pulses for the ADC. I used the 'interrupt mode' to verify timing by pulsing an I/O port pin. I'll use DMA eventually. I setup the ISR to collect 24 samples and s...