STM32 MCUs Security

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to calc CRC16 for Modbus?

My controller is STM32L462. I need to compute CRC16 for Modbus application. There is CRC initialization function:void MX_CRC_Init_CRC16(void) { hcrc.Instance = CRC; hcrc.Init.DefaultPolynomialUse = DEFAULT_POLYNOMIAL_DISABLE; hcrc.Init.DefaultI...

sdianoff by Associate II
  • 1928 Views
  • 2 replies
  • 0 kudos

SBSFU on NUCLEO L452-RE

Hi,I am trying to implement SBSFU on NUCLEO L452RE board just by copying the project for NUCLEO L432KC (2_images, Y modem protocol) and changing necessary elements (target device, startup_***.s file, UART and led setup). When trying to download UserA...

ALazo.1 by Associate
  • 376 Views
  • 1 replies
  • 0 kudos

Resolved! SBSFU 1 image example for STM32G474

Hi I want to ask that In SBSFU example for STM32G474 in user app application Firmware update is done using ymodem protocol i.e. UART can we used SPI protocol instead of this is this possible to use SPI or there is any limitation????? Please suggest

p123 by Associate II
  • 446 Views
  • 1 replies
  • 0 kudos

SBSFU - STM32H755 Optimization Problem

I'm working on a project with SBSFU implemented on STM32H755. I'm using slot 1 for CM7 and slot 2 for CM4. I'm using the IAR workbench. Both CM4 and CM7 hex files work just fine in debug mode and everything seems to work with SBSFU implementation. Bu...

YChen.16 by Associate
  • 379 Views
  • 1 replies
  • 0 kudos

STM32L562QEI6 enter Boot through USART interface

Hello,I have a system with one STM32L562QEI6 and one STM32F405RGT6, that is the main MCU.They communicate with USART interface.In the main CPU, boot0 and boot1 pins are phisically connected to VCC or GND through some resistors, so I can enter boot mo...

MFail.11 by Associate II
  • 843 Views
  • 7 replies
  • 0 kudos