Header files for the uc library
Go to file
2015-12-30 21:09:43 +01:00
.gitignore added gitignore to ignore .o files 2015-12-30 21:09:43 +01:00
mb96348hs.asm added Fujitsu related files to create a uc application 2015-07-31 16:55:06 +02:00
mb96348hs.h added Fujitsu related files to create a uc application 2015-07-31 16:55:06 +02:00
README.md typo 2015-08-03 16:20:35 +02:00
start.asm enabled UART scanning in internal vector mode 2015-08-03 15:33:55 +02:00
vectors.c added Fujitsu related files to create a uc application 2015-07-31 16:55:06 +02:00

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.