From a4ff34a55b740059d5c2af1421f5e0ad84aca3d7 Mon Sep 17 00:00:00 2001 From: Jordan Cormack <37104498+jordancormack@users.noreply.github.com> Date: Mon, 7 Oct 2024 23:04:55 +0100 Subject: [PATCH] Update 2024-09-19-stm32devboard.md --- _posts/2024-09-19-stm32devboard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2024-09-19-stm32devboard.md b/_posts/2024-09-19-stm32devboard.md index 922ea01..7ba70d8 100644 --- a/_posts/2024-09-19-stm32devboard.md +++ b/_posts/2024-09-19-stm32devboard.md @@ -14,7 +14,7 @@ I am using STM32 microcontrollers more and more for work and personal project, a - USB-C - CAN bus and USB concurrently - flat bottom / single sided -- easy to manufacture (e.g. JLCPCB PCBA) +- easy to manufacture (e.g. PCBWay / JLCPCB PCBA) When talking to someone about another recent PCB I'd made (a USB slider with a SAMD21), the STM32F072 came up. I looked through the datasheet and saw that it had USB and CAN, and unlike a lot of the smaller/lower cost STM32s, they were on separate pins! This means I can use it as a general purpose board for reading and writing CAN bus messages over USB.