STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

ECC uncompressed X point Public key to Y point.

Hi Sir, we need to uncompress the ECC public key. Now we are using Crypto_v4.0.1 LIB. We could use it on comx_aead&hash&ecdh API. Please inform us how to use the ECC. We need the uncompressed X point Public key to Y point.

Jchu.1 by Associate
  • 378 Views
  • 0 replies
  • 0 kudos

SWV ITM Data Console not working properly

Hello,I am working on Nucleo-h745ziq board. For debugging purpose required the printf function, I can't use the UART for that because its used for another working. So using SWI I am creating the printf function but it cannot print the all the othe...

0693W00000GXuhQQAT.png 0693W00000GXugnQAD.png
MDeva.1 by Associate II
  • 1986 Views
  • 1 replies
  • 1 kudos

Hardfault and BFAR address

I am using stm32f4. I have a hardfault error at sometimes, when I write new code in to the flash. So I check the Fault Registers like in below:SerialPrint("Fault: %08x %08x %08x\n",SCB->HFSR, SCB->CFSR, SCB->BFAR);Output results:SCB->HFSR = 0x400000...

DCtech by Associate II
  • 1745 Views
  • 2 replies
  • 0 kudos

STM32F407 hang and watchdog doesn't reset

Hi everybody,I'm sorry for poor English.I'm using STM32F407VET6 in my board and I set up watchdog timer. However sometimes microcontroller hangs . Here is the main loop of my code:while(TRUE) { // ====================================== ...

mh2 by Associate III
  • 2633 Views
  • 17 replies
  • 0 kudos

How to use NAND flash ECC

Hi everyoneIm still dealing with nand flash and im at the ecc part now :).I found a very good topic in ST but i still had questions and that topic was closed.https://community.st.com/s/question/0D50X00009XkZjD/nand-flash-fsmc-and-ecc?t=1637138511900T...