Andrew

Results 67 comments of Andrew

this file `aquila.ld` with this code >MEMORY { ram (rwx) : ORIGIN = 0x20000000, LENGTH = 48K - 40 rom (rx) : ORIGIN = 0x08007000, LENGTH = 512K - 28K...

so far so good, it compiles fine and flashes fine, the G32 and N32 boards are all 256k - STM32F103RC - so the RE is not needed. also now for...

this isn't specific to anything initially. its more prevalent in chips having 256k because it seems the thumbnail image cache isnt being cleared once exited. for reference: https://github.com/classicrocker883/MRiscoCProUI/issues/64 I was...

you can try using an [EMI filter like this one here ](https://www.amazon.com/Filter-CW2B-10A-T-Socket-Single-Safety/dp/B0867MXFXY?source=ps-sl-shoppingads-lpcontext&ref_=fplfs&psc=1&smid=A160PCGAWPEDXQ)

I made some fixes here https://github.com/mriscoc/Ender3V2S1/pull/1182/commits/f2de5883331543f2e0f3a1445bd0854a56cda397

> NOTE: This PR could break the PROUI_EX's functionality in G-code preview and Mesh viewer Pro. I do not see an issue with either. what specifically would cause that?