I'm coming over from PIC32s, and I'm trying to wrap my mind around the differences, and what I can and can't do. I've been successfully tinkering with a Nucleo-L052R8 board, and now I'm looking at making my own stand-alone prototype PCBs. I initially want to use the STM32F030 (20 pin TSSOP package).
I've read a number of posts, web pages, and the Nucleo user manual that say to the effect of "it's easy to program external devices from the SWD header on the Nucleo board", but I haven't seen any examples of this being done. With PICs, In Circuit, Serial Programming is as simple as directly hooking the 5 lines (power, ground, clock, data, reset) directly from the chip to the programmer. Is it that simple with programming from the Nucleo to an external STM32?
Also, the mbed examples are all for the specific STM32s on the Nucleo boards. While using mbed, are you limited to those specific microcontrollers, or can you write code for other variants?
Joe
I'm coming over from PIC32s, and I'm trying to wrap my mind around the differences, and what I can and can't do. I've been successfully tinkering with a Nucleo-L052R8 board, and now I'm looking at making my own stand-alone prototype PCBs. I initially want to use the STM32F030 (20 pin TSSOP package).
I've read a number of posts, web pages, and the Nucleo user manual that say to the effect of "it's easy to program external devices from the SWD header on the Nucleo board", but I haven't seen any examples of this being done. With PICs, In Circuit, Serial Programming is as simple as directly hooking the 5 lines (power, ground, clock, data, reset) directly from the chip to the programmer. Is it that simple with programming from the Nucleo to an external STM32?
Also, the mbed examples are all for the specific STM32s on the Nucleo boards. While using mbed, are you limited to those specific microcontrollers, or can you write code for other variants?
Joe