User Activity

Hello,I'm encountering an issue with STM32CubeMX while configuring the STM32U585QII6Q microcontroller. Specifically, when attempting to configure PD11 to ADC4_IN15, I find that the ADC4 channels are grayed out or inactive.While using STM32CubeMX, I c...
Hi,I am currently using the M3_CryptoFW_RngHW_2_0_6.lib for MDK-ARM. However, I must adhere to this specific library version, and I now need it for IAR, meaning that the required library is M3_CryptoFW_RngHW_2_0_6.a. How can I obtain this version for...
Hi, I have the TFM example running on my board.I'm now trying to write my own non-secured application.I kept mapping just as in original example and after programming it to board the boot validates that application is authenticated.When code reaches ...
Hi,I need to debug several axf files. In 'debug configurations' -> Startup, I added the axf files that contain debug information. It works fine but only up to 4 files. If I load 5'th file the debugger presents the message:"Failed to insert all hardwa...
Hello,Code that was compiled for stm32F407 ( core M4) has an bug that accesses null pointer. The assembly code is as follows: STRB  r1, [r0, #0x01]Where r0=0 and r1=0.Although MCU accesses null pointer, it does not enter hard-fault.But, the same c...