User Activity

Hi,I'm using the virtual COM port on my NUCLEO-F767ZI.I've noticed that if I select 'SendBreak' in Tera Term or PuTTY the target resets.I'm assuming that this is expected behaviour but I couldn't find it documented anywhere.I'm not really sure what '...
Hi,I've got a NUCLEO-F767ZI and I've just tried calling ITM_SendChar and watching for the output using ST-Link Utility SWO Viewer.I see some strange characters in the SWO Viewer but not what I've sent.It looks like it is sort of working but that the ...
We've been using a NUCLEO-L433RC-P to prototype a low -power PCB and it has served us very well.We're now embarking on a new project where we're actually going to use the NUCLEO and create a PCB with a header to plug the NUCLEO into. I thought this ...
Hi,We using stdio for debug output in an Mbed OS app. I don't think Mbed OS is particularly relevant to my question. It's just some simple output without flow control or anything fancy.Currently we're using USART2 for our debug output. USART2 wasn't ...
Hi,We have a bespoke board built around a STM3L4 and a M24SR04-Y.We share data with a NFC reader, i.e. the NFC reader can write a command into the M24SR EEPROM, interrupt the STM32 via GPO and the STM32 will reply by writing something in the EEPROM.B...