User Activity

Hello,how do I find out which development environment to compile the examples with? E.g. https://www.st.com/en/embedded-software/x-cube-crypto-v3.html Thanks in advance. - Martin
Hello,I would like to use the X-CUBE-CRYPTOLIB to calculate a SHA256 with a key. My implementation or the example HMAC_SHA2_AuthenticateVerify works in STM32CubeIDE 1.13.1 for an STM32L432KCU microcontroller.Source: https://www.st.com/en/embedded-sof...
Hello,I created a bootloader and the two applications according to the YouTube tutorial (https://www.youtube.com/watch?v=OkUQ3iMmiYQ&list=PLnMKNibPkDnEb1sphpdFJ3bR9dNy7S6mO&index=1). This works so far.The application is started by the bootloader usin...
Hi,my post build command produces the following output with 16 Byte per data line:  :020000040802F0 :1000000000000120E9C00008593D0008CD3D00086E :100010001D3E00081F3E0008213E000800000000B1arm-atollic-eabi-objcopy.exe -O ihex --gap-fill 0x00 --pad-to 0...
Hello,Can I only write to the flash with 64 bit variables, or also 32/16/8 bit?I just used this function for this: HAL_FLASH_Program(FLASH_TYPEPROGRAM_DOUBLEWORD, activepageaddress + u32_Offset, u64_Data)I have an STM32L432 uC.I already found this ex...