User Activity

I am using STM32L562VE controller. I have configured OTFDEC with a portion of my code encrypted. Is there any way with which I can measure the run time and memory consumed promptly eventhough the code switches back and forth between internal flash an...
I have external flash of size 1MB. I want to explore the possibility of having encrypted code of size 500kb in external memory and run it through OTFDEC feature of STM32L562QE.From the reference manual I saw that provision of 4 different OTFDEC regio...
I have a firmware written for STM32L496VG. I wanted the same firmware to work for STM32L562VE. I just checked that they both are pin to pin compatible and of course the register addresses are different, along with the clock configurations to be done....
I am a starter with respect to high end controllers.I am having STM32L562QE-DK. I downloaded the OTFDEC_ExecutingCryptedInstruction project out of STMCube. It works as it is.What I tried ?! :I wrote a small code for subtracting two numbers and had it...
Powered the development kit via micro USB.Running a simple LED toggle program.Using IAR 8.5 the code runs and I see LED getting toggled.If I generate hex and flash it via JLINK , I dont see the LED toggling.Tried repowering, pressing reset button.. I...