Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Echtzeitsysteme/tud-cpp-ucincludes
Header files for the uc library
https://github.com/Echtzeitsysteme/tud-cpp-ucincludes
Last synced: 3 months ago
JSON representation
Header files for the uc library
- Host: GitHub
- URL: https://github.com/Echtzeitsysteme/tud-cpp-ucincludes
- Owner: Echtzeitsysteme
- Created: 2015-07-31T14:49:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-30T22:30:05.000Z (almost 9 years ago)
- Last Synced: 2024-04-24T20:07:23.673Z (7 months ago)
- Language: C
- Size: 112 KB
- Stars: 0
- Watchers: 12
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tud-cpp-ucincludes
These files are required in order to use the peripherals of the SK-16FX board.
Include **mb96348hs.h** in your main program to use them.Additionally, **start.asm** may be used to customise the initialisation of the board and **vector.c** may be used to implement interrupt handling.
## Flashing without setting the mode selection switch S1
Set UART_SCANNING in **start.asm** to ON to avoid setting the mode switch to PROG before flashing the board.
Instead, flashing is also possible when the mode selection switch is set to RUN.