Damien George
Damien George
We should support ADC2 and ADC3. But it is low priority :)
> Is there any workaround I can do to get to both ADC1 and ADC3 banks in MicroPython? Not easily, at least not in C. You can instead try to...
Additional ADCs are supported in `pyb.ADC` on H7, see ff7be31f264c359b6f11fcc2cec8489dfe4905bd
Don't forget there's already `array.array('i', [...])`. And you could write some simple custom C extension code (eg in a native .mpy file, or as a user C module) that operated...
OK, thanks for the info about subseconds. Now merged.
Would it be better to instead change the linker script for this board so that the firmware is placed at the beginning of flash, so that a bootloader is not...
> That's possible, but then this board would behave different than all other SAMD ports, and it would need the .hex version of the firmware. At the moment there are...
@robert-hh I have merged this and the .hex file for the bootloader is copied across to the micropython.org URL. Actually, I think it would be good to add a README.md...
> I tested both using the UF2 bootloader for uploading the .uf2 file when supported and uploading the generated .hex resp. .elf file using a Segger adapter or the Teensy...
Thanks @robert-hh for improving this PR, and @iabdalkader for testing. Is this now ready to be merged?