Skip to main content
Visitor II
June 21, 2021
Solved

Would the NUCLEO-L4R5ZI-P be the same code for STM32L4S5ZI

  • June 21, 2021
  • 2 replies
  • 1271 views

Hello,

I just wanted to ask if I bought the  NUCLEO-L4R5ZI-P devlopment kit before implementing the STM32L4S5ZI into my PCB. Will it still work with the same code?

Thank you

Hanya

    This topic has been closed for replies.
    Best answer by Imen.D

    Hello @HAhme.1​ ,

    The STM32L4S5ZITx device embed an AES and a HASH hardware accelerator (compared to STM32L4RSZI). So, make sure to use the same features compatible.

    Also, you need to check the pins to use, as you can see in the below screenshots, there is a difference in the pinout and the hardware need change.

    0693W00000BbaZjQAJ.jpg 0693W00000BbaZtQAJ.jpg0693W00000BbakcQAB.pngYou can use the "List Pinout Compatible MCUs" feature in STM32CubeMX, this will help to identify the difference.

    I also advise you to have a look at the products Datasheets for more details and comparaison between the devices.

    You can use the ST-MCU-FINDER tool (integrated also in STM32CubeMX) to compare the characteristics of two or more MCUs through the "Cross Selector" tab (see attached Excel file).

    Hope my answer helped you! :smiling_face_with_smiling_eyes:

    When your question is answered, please close this topic by choosing Select as Best.

    Imen

    2 replies

    Super User
    June 21, 2021

    Identical code should work as long as you're using features compatible with both. Not too much different between the two.

    Imen.DAnswer
    Technical Moderator
    June 21, 2021

    Hello @HAhme.1​ ,

    The STM32L4S5ZITx device embed an AES and a HASH hardware accelerator (compared to STM32L4RSZI). So, make sure to use the same features compatible.

    Also, you need to check the pins to use, as you can see in the below screenshots, there is a difference in the pinout and the hardware need change.

    0693W00000BbaZjQAJ.jpg 0693W00000BbaZtQAJ.jpg0693W00000BbakcQAB.pngYou can use the "List Pinout Compatible MCUs" feature in STM32CubeMX, this will help to identify the difference.

    I also advise you to have a look at the products Datasheets for more details and comparaison between the devices.

    You can use the ST-MCU-FINDER tool (integrated also in STM32CubeMX) to compare the characteristics of two or more MCUs through the "Cross Selector" tab (see attached Excel file).

    Hope my answer helped you! :smiling_face_with_smiling_eyes:

    When your question is answered, please close this topic by choosing Select as Best.

    Imen