Missed confirmation email for workshop (october 15, 2020)
I missed the confirmation email for the workshop on the 15th of october. I still like to join.Best regardsAlexey
I missed the confirmation email for the workshop on the 15th of october. I still like to join.Best regardsAlexey
Hi I missed the confirmation email (found in spam folder) for the workshop on the 8th of october. I still like to join.Best regardsDaniel
I am still interested and would like to join the workshop.
RNG, CRC, and DMA are all peripherals on the STM32L08x AHB bus. If I try to write to CRC_INIT before enabling CRC clock in RCC then STM32-WorkBench Memory window correctly just shows zeroes. But after enabling CRC clock in RCC_AHBENR and writing to C...
I have been able to build the STM32H7B3I_DISCO_2_Images_Loader from STM32CubeExpansion_SBSFU_V2.3.0 project targeting STM32H7B3I_DISCO board. I have also been able to build the example file and use the Ymodem protocol for sending the UserApp.sfb file...
I write an application with FreeRTOS using STM32CubeIDE. Now I want to run it as an application with SBSFU. It seemed to have a hard fault after SFU_MPU_SysCall(). My application is a bit big. Its .sfb is 300KB. But it can run correctly alone wit...
I write an application with FreeRTOS using STM32CubeIDE. Now I want to run it as an application with SBSFU. It seemed to have a hard fault after SFU_MPU_SysCall(). My application is a bit big. Its .sfb is 300KB. But it can run correctly alone withou...
I am currently trying to port SBSFU from running on STM32H7B3i-DK to run on a custom board that has a STM32H7B0 microcontroller onboard developing with Keil MDK version 5.I am using the example standalone loader project STM32H7B3I_DISCO_2_Images_Load...
Hello all. I am using stm32L071CBTx and I need to implement crypto here. I am using official crypto library(UM1924). I have managed to run the code with my hardware. Th problem I am facing here is that whenever I change plainText values, it doesn't w...
Currently when using SBSFU (1-Image in our case) one defines the application/download region.Usually this region goes up to the wireless stack install address to utilize the space most efficiently.My issue now is: What happens when due to a wireless ...