Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wa1tnr/cmsis-stm32f4
CMSIS - stm32f4xx - July 2024 - arduino framework C language source
https://github.com/wa1tnr/cmsis-stm32f4
arduino-framework black-pill blackpill c-language-programming cmsis stm32f4-discovery stm32f407 stm32f411
Last synced: 5 days ago
JSON representation
CMSIS - stm32f4xx - July 2024 - arduino framework C language source
- Host: GitHub
- URL: https://github.com/wa1tnr/cmsis-stm32f4
- Owner: wa1tnr
- Created: 2024-07-18T23:18:19.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-17T01:02:27.000Z (4 months ago)
- Last Synced: 2024-08-17T20:48:08.308Z (4 months ago)
- Topics: arduino-framework, black-pill, blackpill, c-language-programming, cmsis, stm32f4-discovery, stm32f407, stm32f411
- Language: C
- Homepage:
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## title here
This program does something pleasant.
* when make pio is typed, it compiles.
* when make erase is typed, it erases (the STM32F407 target board,
via USB cable connected to the usual USB-B port (the little one)).
* when make upload it typed, it uploads freshly-compiled firmware to stm32f407.
* when USART at PC6 (TX) is connected to CP2104 Friend (Adafruit) at RXD, it emits (sends a single character).
In this way, full sentences are parsed from a string constant, into a character buffer ('char buffer[32]'), using snprintf and sizeof arg, and later read out as single printed chars and sent to USART6.Interesting: this editor is handling use of parens! (as when we try to fail (foo bar) something).
#### Sat 3 Aug 18:13:17 UTC 2024
#### end.