jsokol805 / stc15clock

replacement software for cheap chinese DIY led clock based on STC15W404AS MCU
MIT License
19 stars 9 forks source link

I want main.hex and eeprom.hex file #21

Open Erema36 opened 4 years ago

Erema36 commented 4 years ago

Hello. I want main.hex and eeprom.hex file that I can upload to MCU. I have STC15W404AS Chip in the pcb. I do not have knowledge to use compilers. I use the STC-ISP program v6.86U Thanks.

kampelmuehler commented 6 months ago

Compiling the hex is really as easy as running make in the src directory. Prerequisites can be installed under ubuntu with sudo apt install build-essential sdcc. Under windows you can use wsl2 to do exactly the same.