lwc:hardware:logicgreen

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
lwc:hardware:logicgreen [2023/09/20 18:43] John Harrisonlwc:hardware:logicgreen [2023/12/13 13:32] (current) John Harrison
Line 41: Line 41:
  
 ==== Memory ==== ==== Memory ====
-If using ISP and you run out of memory you can overwrite the bootloader if you wish (and I wish because I did). In `boards.txtchange `328.upload.maximum_size=29696to `328.upload.maximum_size=30720`+If using ISP and you run out of memory you can overwrite the bootloader if you wish (and I wish because I did). In ''boards.txt'' change ''328.upload.maximum_size=29696'' to ''328.upload.maximum_size=30720'' 
 + 
 +==== Random ==== 
 +  * software reset: 
 +<code> 
 +    VDTCR = 0x80; // make register writeable for a short time 
 +    VDTCR = 0x00; // clear bit 6 
 +</code>
  • lwc/hardware/logicgreen.1695253407.txt.gz
  • Last modified: 2023/09/20 18:43
  • by John Harrison