User Activity

Hello all.I use STM32F4 controller with eMMC external Flash.I use two IDEs:IAR version 8.30STM32CubeIDE version 5.2.0The access to eMMC external Flash succeeds while I use IAR IDE.The access to eMMC external Flash failed while I use STMCubeIDE with ...
Hello all,I have STM32F439 MCU.I use STM32CubeProgrammer to program the MCU through ST Bootloader.STM32CubeProgrammer writes:Bootloader protocol version: 3.1According to AN2606 (STM32 microcontroller system memory boot mode) the valid version for ST...
Hello all,I access SDMMC directly through the APIs: HAL_MMC_WriteBlocks() and HAL_MMC_ReadBlocks().Sometimes the access to SDMMC does not does not succeed with Timeout error.Can you please advise me?Thanks in advance.Yacob.
Hello,I want to calculate the CRC (32 bit) of image at post build and insert it in a known location in the image.In order to do it I should perform the following steps:a) Definition of placeholder in linker script fileb) Post build steps: b.1) Ca...
Hello.IAR allows to change variables in Live Watch window.How can I change the value of a variable in Live Expressions window?Thanks.