sdcc-examples-stm8 icon indicating copy to clipboard operation
sdcc-examples-stm8 copied to clipboard

Results 3 sdcc-examples-stm8 issues
Sort by recently updated
recently updated
newest added

sdcc -lstm8 -mstm8 --out-fmt-ihx blinky.c sdcc -lstm8 -mstm8 --out-fmt-ihx uart.c make: *** No rule to make target 'sp_test.ihx', needed by 'all'. Stop.

Continued from issue #2 When I investigate further. I found that the code is misleading. [Here the issue](/vdudouyt/sdcc-examples-stm8/blob/4239cb/uart.c#L16) ``` CLK_DIVR = 0x00; // Set the frequency to 16 MHz ```...

If you remove that entry in the OBJECTS lis, all is fine.