2021-11-29 04:34 AM
Hi,
I am also trying to test a bare STM32 IC "STM32L4P5RET6", but have been unable to program it using Nucleo.
I have tested the following connections and it seems to be working.
https://os.mbed.com/media/uploads/mega64/2nucleos_2.jpg
Can I replace NUCLEO-F446RE with STM32L4P5RET6:
To see whether it works or not.
2021-11-30 02:55 PM
Are you asking if you can remove the MCU on the NUCLEO-F446RE and replace it with the STM32L4P5RET6 and expect the onboard ST-Link to work correctly as far as programming/debugging?
2021-11-30 09:42 PM
I am asking if I can replace the Onboard MCU from Nucleo-F446RE with STM32L4P5RET6, and expect the Board to program STM32L4P5RET6.
Though I tried replacing MCU on Nucleo-L452RE with STM32L4P5RET6, and it's working fine without any issues so far. As they belong to the same Cortex-M4 Low power series.
Thanks.
2021-12-01 06:33 AM
Yes, it should work as far as I can see, since the only difference (VCAP1) is present on the F4 but isn't needed on the L4.
The programmer-side of the board can be used to program all chips, so it has no way of knowing if you've replaced the onboard chip or are simply connecting to an external one.