Hi,
I am in the process of getting my duet 3 mini 5+ board set up with my printer. I've got all the connections hooked up, motors, end stops, probe, all working perfectly. I have done the PID tune on the hot end, but when I went to turn on the heated bed from DWC there is a couple second pause and then the board performs a reset. I've triple checked my wiring to make sure everything is in the right place which it is.
I can't figure out what the problem is and I'm hoping for some help.
Here is the Printer Diagnostics report from M122
M122
=== Diagnostics ===
RepRapFirmware for Duet 3 Mini 5+ version 3.4.0 (2022-03-15 18:59:15) running on Duet 3 Mini5plus WiFi (standalone mode)
Board ID: 1YMFA-V196U-D65J0-40KMJ-2G03Z-7VX94
Used output buffers: 3 of 40 (40 max)
=== RTOS ===
Static ram: 103684
Dynamic ram: 114184 of which 0 recycled
Never used RAM 23844, free system stack 204 words
Tasks: NETWORK(ready,12.5%,226) HEAT(notifyWait,0.0%,358) Move(notifyWait,0.0%,363) CanReceiv(notifyWait,0.0%,942) CanSender(notifyWait,0.0%,372) CanClock(delaying,0.0%,339) TMC(delaying,0.7%,114) MAIN(running,85.0%,414) IDLE(ready,0.9%,29) AIN(delaying,0.8%,273), total 100.0%
Owned mutexes: WiFi(NETWORK)
=== Platform ===
Last reset 00:00:27 ago, cause: power up
Last software reset at 2022-06-04 18:10, reason: User, GCodes spinning, available RAM 23844, slot 2
Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x00000000 BFAR 0xe000ed38 SP 0x00000000 Task MAIN Freestk 0 n/a
Error status: 0x04
Aux0 errors 0,0,1
MCU revision 3, ADC conversions started 27351, completed 27351, timed out 0, errs 0
Step timer max interval 752
MCU temperature: min 23.2, current 25.2, max 25.4
Supply voltage: min 24.3, current 24.3, max 24.4, under voltage events: 0, over voltage events: 0, power good: yes
Heap OK, handles allocated/used 0/0, heap memory allocated/used/recyclable 0/0/0, gc cycles 0
Events: 0 queued, 0 completed
Driver 0: standstill, SG min 0, read errors 0, write errors 0, ifcnt 10, reads 1409, writes 10, timeouts 0, DMA errors 0, CC errors 0
Driver 1: standstill, SG min 0, read errors 0, write errors 0, ifcnt 10, reads 1409, writes 10, timeouts 0, DMA errors 0, CC errors 0
Driver 2: standstill, SG min 0, read errors 0, write errors 0, ifcnt 9, reads 1410, writes 9, timeouts 0, DMA errors 0, CC errors 0
Driver 3: standstill, SG min 0, read errors 0, write errors 0, ifcnt 9, reads 1410, writes 9, timeouts 0, DMA errors 0, CC errors 0
Driver 4: standstill, SG min 0, read errors 0, write errors 0, ifcnt 10, reads 1409, writes 10, timeouts 0, DMA errors 0, CC errors 0
Driver 5: not present
Driver 6: not present
Date/time: 2022-06-04 18:12:41
Cache data hit count 51305826
Slowest loop: 10.10ms; fastest: 0.13ms
Here is the Heater Section of my config.g
; Heaters
M308 S0 P"temp0" Y"thermistor" T100000 B4138 ; configure sensor 0 as thermistor on pin temp0
M950 H0 C"out0" T0 ; create bed heater output on out0 and map it to sensor 0
M307 H0 R0.443 K0.617:0.000 D11.83 E1.35 S1.00 B0 ; disable bang-bang mode for the bed heater and set PWM limit
M140 H0 ; map heated bed to heater 0
M143 H0 S120 ; set temperature limit for heater 0 to 120C
M308 S1 P"temp1" Y"thermistor" T100000 B4138 ; configure sensor 1 as thermistor on pin temp1
M950 H1 C"out1" T1 ; create nozzle heater output on out1 and map it to sensor 1
M307 H1 R2.972 K0.448:0.498 D5.19 E1.35 S1.00 B0 V24.3 ; disable bang-bang mode for heater and set PWM limit
M143 H1 S300 ; set temperature limit for heater 1 to 280C