User Activity

Hi,I am using an STM32U545 on which I expect to use ADC4_IN1 and ADC4_IN18 in stop mode 2 (using LPBAM).I want to create two buffer (buff1 and buff2 uint16_t[32]) dedicated to each input.I want to read 32 samples from input1 then 32 samples from inpu...
HiThe DataSheet doesn"t give the input impedance of internal OP-AMP in follower mode.The only value is for PGA mode.There is a similar question about STM32U575 on the forum but not answer... Thanks for your help have a good day. Aurélien
Hi everyone,The MCU on my custom board is an STM32U585. I put RDP mode to 0.5 in order to debug the product application with CubeIDE (our custom bootloader is in secure world).RDP regression to level 0.5 works fine (non-secure memory is fully erased ...
Hi,I want to know a properly way do to that.If i use standard configuration I run hard fault as soon as DMA start (linklist mode) (HAL_HASHEx_SHA256_Start_DMA).I put Fault Analyser details Source/Destination secure bit are set before calling this fu...
Hi,I want to compute APP's hash (SHA256) from my Bootloader using DMA.I have 3 non adjacent zone to process the HASH.If I use one node and call HAL_HASHEx_SHA256_Start_DMA inside HAL_HASH_InCpltCallback, I can compute my HASH.I hope I can use link li...
Kudos from