Hi,
I bought digispark board, and designed all my code and validated it with my peripherals. All good! Perfect devide for the purpose.
Now... This is a custom solution, and need to fit inside a box, etc... so I had to design my own schematic.
For now.. it is ALL the same as Digispark, since I did nto connect yet any other device. Using a breadboard for now.
Using AVRDUDE/AVRDDSS2.4. I am flashing code image micronucleus-1.11.hex
Fuses are E1, DD, FE.
Do I need to send a command to set clock also?
AVRDUDE seems not to get fuse settings from HEX file, so maybe not there.
Result is: ALL OK from the programming perspective. I program and verify all ok. when I connect to a usb port, using similar circuit as Digispark, I get nothing.
Also tried the HEX with PB1 having LED to signal bootlaoder, but still nothing happens...
Ideas?
edit:
do I need to run any OSCCAL before? there is code on github, but nothing referencing if we need to do it. It must run in overdrive to allow 16.5MHz... so not sure need any action.