Ok, I've got my IO config working for my project a...
# mpw-2-silicon
m
Ok, I've got my IO config working for my project and a sanity "blink". Now I need to figure out how to generate the same stimulus as my Verilog testbench using my Analog Discovery 2.
If I use the example gpio_test Makefile, it gives an error when flashing using io_config. However, manually doing it in a "make repl" shell works fine. Any ideas?
Copy code
mpremote connect /dev/ttyACM0 exec "import io_config; io_config.run_flash_caravel(v=1.5)"
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: unexpected keyword argument 'v'
I only see one copy of io_config.py so it isn't importing a different one.
Ah, the .mpy one in flash was out of date. Not sure how it worked in a micropython shell.