User Activity

Posted on August 03, 2016 at 20:40Thanks to @Clive1, I have the serial on the STM32F030 working... but despite it sending out the serial data (verified on oscope), I'm not receiving it on com23 [STMicroelectronics STLink Virtual Com Port] using Tera...
Posted on August 02, 2016 at 18:37What version of HAL/etc do you have?  I'm not having any luck compiling it with my kit (Keil uVision 5, set to use the F030R8 processor and the 1.4.0 stm32f0xx_hal.h)...
Posted on August 02, 2016 at 03:06I  used the mbed compiler to make and download the Nucleo_printf program, but I'm not getting any serial output.  I'm using Tera Term on Com23 @ 9600-8-n-1, no flow control.Is there a step I'm missing? What baud rat...
Posted on July 15, 2016 at 22:13 I'm trying to kick off the ADC via Timer1 at 9600 sps for 4 channels. I have it all working -- once, but I think I'm (ab)using the HAL wrong; I tried to put the kick off code in a function in main called ...
Posted on July 13, 2016 at 23:21So, the Cortex-M0 doesn't support tracing (so it doesn't support semihosting). The board has a TX & RX pin and a corresponding pair of solder bridges, but the manual says ''reserved''. So is it best to connect an exte...