Hello, what is the utility of a nucleo card ? Test a programe before made a protoype ? else ? Thank's
Thank you for the explications I have a nucleo-L053R8 and my porgram run on this card. Now I would test this program on my final card which has an STM32L051K8T6. I must to do another program or I can adapt this porgram ?
Going to be relatively portable, under Keil you'd click the new target and compile.
Might need to change pin assignments or command line defines.
Worst case start a new project for the new target, and merge your code back in, with a tool like WinMerge.