From 884c3f07d73ccd9ba131c3193fc03d1774ce1f10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Alvari=C3=B1o?= Date: Fri, 5 Jul 2024 11:47:04 +0200 Subject: [PATCH] dev: add references on notes_micros --- content/posts/notes_general/notes_micros.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/posts/notes_general/notes_micros.md b/content/posts/notes_general/notes_micros.md index 63c4fe6..6b3c5e5 100644 --- a/content/posts/notes_general/notes_micros.md +++ b/content/posts/notes_general/notes_micros.md @@ -471,6 +471,10 @@ Una vez tengamos la Pico conectada y ejecutando el Python podemos usar el editor - [STM32F4xxxx Reference Manual (pdf)](https://www.st.com/resource/en/reference_manual/rm0090-stm32f405415-stm32f407417-stm32f427437-and-stm32f429439-advanced-armbased-32bit-mcus-stmicroelectronics.pdf) - [USB intro en la wiki de st.com](https://wiki.st.com/stm32mcu/wiki/Introduction_to_USB_with_STM32) - [Una página con algunas referencias a distintas placas con micros STM32](https://stm32-base.org/) +- [Coleción de artículos en Hackaday](https://hackaday.com/series_of_posts/stm32-bootcamp/) +- [Baremetal programming guide](https://github.com/cpq/bare-metal-programming-guide) +- [Debugging an Array](https://community.st.com/t5/stm32cubemonitor-mcus/how-to-watch-an-array-using-stm32cubemonitor/td-p/225086) +- [Trasmitting Structures via USB](https://medium.com/vicara-hardware-university/a-guide-to-transmitting-structures-using-stm32-uart-and-python-56b67f806566) {{< /admonition >}}