#libopencm3 search results
Played with Digital Discovery and Blepill STM32F1 last night. The discovery powers, generates signals and shows signals. I tried a hack to run the 72MHz stm32 at 128MHz. Got latency below 500ns which is good enough for a Videopac romulator. Not for C64 though. #libopencm3 #stm32
Using #FreeRTOS and #libopencm3 instead of the Arduino software environment, this book will help you develop multi-tasking applications that go beyond #Arduino norms. apress.com/9781484236239
Mi lib de puerto serie para la #BluePill con #libOpenCM3 ya está disponible para instalar directamente dentro de @PlatformIO_Org
The more I play around with #STM32 MCUs the more I think I should switch to them for my next projects. I think I'll star playing around with #libopencm3
Free for ACM Members, "Beginning #STM32: Developing with #FreeRTOS, #libopencm3 and #GCC": bit.ly/2M9cw0X. For experienced embedded engineers, students, hobbyists, and makers wishing to explore the ARM architecture, going beyond #Arduino limits. #ACMLearning
Ya porté mis funciones de manejo serie y tareas periódicas a #libOpenCM3 esto funciona muy bien ❤️. @PlatformIO_Org @ST_World #OpenHardware #SoftwareLibre
The #libopencm3 documentation contains a list of all the features. It's fairly complete, and I have yet to run into anything missing: libopencm3.org/docs/latest/st…
Thats why i love #libopencm3, much more cleaner than all this vendor- supplied "coding paid per lines amount".
Starting a series on the #stm32 #microcontroller using #libopencm3! Check it out: bdebyl.net/post/stm32-par…
debyl.io
debyl.io
Theme PaperMod - https://github.com/adityatelange/hugo-PaperMod
New blog on stm32f407zgt6 board: amitesh-singh.github.io/stm32/2017/09/… #stm32 #libopencm3
conclusion after 2 weeks struggling with stm32cube and peripheral lib: go with plain register or #libopencm3
Going a level deeper - doing some @particle #Electron programming w/ #libopencm3 @towynlin
#libopencm3's convention to define registers as macros makes debugging next to impossible due to GDB's macro scoping
Making a custom i2c slave device using STM32F103 #STM32 #libopencm3 #I2C #Arduino amitesh-singh.github.io/stm32/2018/01/… github.com/amitesh-singh/…
github.com
GitHub - amitesh-singh/i2c-slave-stm32f1: i2c slave example based on stm32f103
i2c slave example based on stm32f103. Contribute to amitesh-singh/i2c-slave-stm32f1 development by creating an account on GitHub.
kaltpost.de/?page_id=412 Using PWM to dirve Servos #STM32 #libopencm3
#libopencm3 examples for stm32f411 mcturra2000.wordpress.com/2022/04/15/lib…
Arrancamos con todo, un bootloader por dfu (USB) para poder programar la #BluePill (@ST_World) sin la necesidad de un programador y compatible con @PlatformIO_Org y #libOpenCM3 con muy simples configuraciones. electronlinux.wordpress.com/2021/03/10/pro…
electronlinux.wordpress.com
Programar la BluePill (STM32) a través del USB con dapboot y PlatformIO
Si querés ver la versión actual de este post entrá acá Nivel: Básico ¿Qué tengo que saber para este post? Programar la Blue Pill o micro de STM32 con un ST-Link o a través de un USB/TTL Serie. ————…
Nobody will blame you if, for exemple you build a firmware fingerprinting tool (ID chip from raw firmware cause it’s lasered), an #IDApro or #radare clone of the loader, added chips to #libopencm3 or whatever based on that (or leveraged dma peripherals in your exploits...) 😝
Mi nueva lib para @PlatformIO_Org con #libOpenCM3 para #STM32 probado en una #BluePill. Gestión de tareas (periódicas) controladas por un timer (el systick). electronlinux.wordpress.com/2021/02/09/sys…
Mi post más ambicioso de la vida. Es largo, es complejo, es una puta locura utilizando el #DMA en combinación con un timer saco una una sinewave por medio de una LUT programando con #libOpenCM3 en una #BluePill @PlatformIO_Org electronlinux.wordpress.com/2021/01/21/pro…
The more I play around with #STM32 MCUs the more I think I should switch to them for my next projects. I think I'll star playing around with #libopencm3
4to video tutorial de programación de #ARM #CortexM3 con herramientas libres utilizando @PlatformIO_Org y #libOpenCM3 con una #BluePill (STM32F103). 100% #SoftwareLibre Acá vemos cómo utilizar el debugger con un #STLinkV2. youtu.be/H-4cSMZ6hYQ
Se actualizo @PlatformIO_Org con mayor y actualizado soporte a #libOpenCM3 y les dejo una pequeña reflexión sobre porqué es mejor usar #SoftwareLibre electronlinux.wordpress.com/2020/08/04/act…
Vamoooos todavía, despues de romper las bolas en la community y en github al fin la actualización de #libOpenCM3 con soporte para más placas (como las STM32F4) ❤️❤️
Great news for libOpenCM3 framework users! Now, PlatformIO supports the latest version that brings API improvements and new boards 🚀 👉 community.platformio.org/t/updated-supp… 📌 #EmbeddedSystems #OpenSource #Collaboration #IDE #CLI #Debugging #UnitTesting #FirmwareInspection
Aquí la primera aproximación a la programación de #timers con #libOpenCM3 con @PlatformIO_Org y una #BluePill @ST_World #STM32F103 @ArmEmbedded #CortexM3. Es parte de mi tutorial de Programación de MCUs de 32bit con #SoftwareLibre en #GNU/#Linux electronlinux.wordpress.com/2020/07/03/pro…
Cómo usar Serial-libOpenCM3 #libopencm3 #bluepill #CortexM3 #Serial #UART #Communication #programming @PlatformIO_Org #stm32 @ST_World electronlinux.wordpress.com/2020/06/25/ser…
Mi lib de puerto serie para la #BluePill con #libOpenCM3 ya está disponible para instalar directamente dentro de @PlatformIO_Org
3° entrega de mi videotutorial de Programación de Cortex-M3 con #SoftwareLibre utilizando @PlatformIO_Org y #libOpenCM3 sobre #Linux con una #BluePill #STM32 En esta entrega, vemos como se configura el SysTick. youtube.com/watch?v=gmQsAw…
Ya porté mis funciones de manejo serie y tareas periódicas a #libOpenCM3 esto funciona muy bien ❤️. @PlatformIO_Org @ST_World #OpenHardware #SoftwareLibre
Using #FreeRTOS and #libopencm3 instead of the Arduino software environment, this book will help you develop multi-tasking applications that go beyond #Arduino norms. apress.com/9781484236239
Free for ACM Members, "Beginning #STM32: Developing with #FreeRTOS, #libopencm3 and #GCC": bit.ly/2M9cw0X. For experienced embedded engineers, students, hobbyists, and makers wishing to explore the ARM architecture, going beyond #Arduino limits. #ACMLearning
Mi lib de puerto serie para la #BluePill con #libOpenCM3 ya está disponible para instalar directamente dentro de @PlatformIO_Org
Played with Digital Discovery and Blepill STM32F1 last night. The discovery powers, generates signals and shows signals. I tried a hack to run the 72MHz stm32 at 128MHz. Got latency below 500ns which is good enough for a Videopac romulator. Not for C64 though. #libopencm3 #stm32
The more I play around with #STM32 MCUs the more I think I should switch to them for my next projects. I think I'll star playing around with #libopencm3
Something went wrong.
Something went wrong.
United States Trends
- 1. South Carolina 31K posts
- 2. #EubankBenn2 21.7K posts
- 3. Texas A&M 30.3K posts
- 4. Bama 9,888 posts
- 5. Beamer 8,863 posts
- 6. Ryan Williams 1,436 posts
- 7. Ty Simpson 1,999 posts
- 8. Heisman 8,534 posts
- 9. Makai Lemon N/A
- 10. Aggies 8,885 posts
- 11. Michigan 44.3K posts
- 12. Daniel Hill N/A
- 13. Mateer 1,755 posts
- 14. Oklahoma 19.1K posts
- 15. Sellers 14K posts
- 16. Northwestern 7,524 posts
- 17. Gio Reyna N/A
- 18. Tate Sandell N/A
- 19. Cuevas 6,348 posts
- 20. Marcel Reed 5,370 posts