2017-09-12 01:22 AM
Hi, I am new to STM. I have to make a smartcard project to get the ATR from Smartcard. I use your software that link is given here (
)
In project file, code says as a comment line that you can use STM32L053C8-Discovery for smartcard , but I have STM32L053R8-Nucleo. Is it okay to use this for smartcard project?are the pins of them equal to eachother?
#stm32l053r8-nucleo #stm32l0532017-09-12 01:57 AM
They share a common die
R=64 pins, C=48 pins
8=64KB FLASH
Review the datasheet to see the pins.
2017-09-12 02:19 AM
STM32L053C8-Discovery use the 48-pin LQFP package while the STM32L053R8-Nucleo uses the 64-pin package.
Check if the project makes use of other hardware on the board (like Buttons, e-paper, LEDs...), you may need to adapt that part.
Beside that, the example should work for on both boards.