Resolved! Implementation of Secure boot on stm32f429
Hi community.. Is there a simple way to implement a kind of secure boot on stm32f4 microcontrolelrs ? Do you have some application notes or ideas to share ? Thanks
Ask questions, find answers, and share insights on STM32 products and their technical features.
Hi community.. Is there a simple way to implement a kind of secure boot on stm32f4 microcontrolelrs ? Do you have some application notes or ideas to share ? Thanks
I have a project where I need to output a precise waveform to drive some external FETs and thought this would be a good opportunity to fill a DMA buffer with CCR values and tie this to TIM2 that is configured with output capture on channel 1. Just fo...
I am trying to us the LPTIM low power timer to trigger interrupts intermittently while the MCU is in STOP2 mode, but I am unable to do so. I am testing the interrupts by toggling a GPIO pin and checking the output on a scope.Without STOP mode I see t...
Hi @ChannelI am trying to interface SAM Module TDA8026 with STM32U585 and have few doubtsAny support in this regard(Reference, example library etc)As per the ISO 7816 standard - maximum frequency of clk should be less than 5MHz with default fi and di...
Hi all,I am trying to do a simple code for writing and reading files in a SDHC Card, i am trying to start with this example code:https://community.st.com/s/article/how-to-create-a-file-system-on-a-sd-card-using-stm32bubeideHowever, when the code reac...
I am compiling for the STM32C031C6 (development board)I have optimization set to -Os because otherwise we are not going to fit a simple stack.In normal compilation mode everything is working as expected. (except for a bug I am chasing now)So I have 2...
hello ST,I’m reading about quadrature / encoder operation as would be used for positioning control of stepper motors. We use the STM32H743 in another application, and we need to determine how many channels (how many individual stepper motors) could b...