STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! stm32l552 bootstrap

Hi,I have a NUCLEO L552 and I would like to run a very simple program (just blinking a led).I have placed my vector table @ 0x08040000 as described by the data sheet. to program the flash I use the J-Link from Segger. What is strange, is that I canno...

PKA - ecdsa curve support

The sample code uses p256v1 (which seems to actually be p256r1). This curve works well.​I Got PKA to sign correctly using p256k1 with some minor curve updates.​I​ am having trouble setting up p224r1. Has anyone got curves other that p256 to work?​T​n...

Hedley by Associate III
  • 192 Views
  • 2 replies
  • 0 kudos

Resolved! STM32L552-EV, attempting to IAP program the flash through UART connection, however always fails to send the bin file through Y-modem protocol.

I've been using the example AN4657 and following it to a T. I'm using the example project library files form the STM32L476G IAP_Main and modified them where necessary to work with the 552.I can successfully connect to TeraTerm via usart3 connection a...

Rikerq by Associate II
  • 142 Views
  • 5 replies
  • 0 kudos

STM32L552E-EV Demonstration Firmware

Hello, I trying to test Demostration Firmware(*1) for my STM32L552E-EV evaluation Board, and in the documentation for this Demo is written:<<This demonstration has been tested with STM32L552E-EV (MB1372-C02) evaluation board and can be easily tailo...

Openocd

I ported openocd to the stm32l522. ​​https://github.com/morbos/openocd-0.10.1​openocd -f board/st_nucleo_l522.cfg​​From there you can remote connect from gdb, flash, and see the s/ns processor regs. Watchpoints work also.​Hedley​​

Hedley by Associate III
  • 194 Views
  • 3 replies
  • 4 kudos

Certain read causes hang/crash

Reading this cell: 0xe0040000 will hard crash the CPU. You can do it from non secure code also, which opens the way for a possible denial of service attack.​I​n gdb:​x​/x 0xe0040000​I​ realize parallel trace (the tpiu reg in Q) is not implemented but...

Hedley by Associate III
  • 101 Views
  • 1 replies
  • 1 kudos