Brendan Moran
Brendan Moran
I was also very much hoping for RP2040 support! I had a sub-optimal idea for what to insert into the thumb cluster: https://shop.pimoroni.com/products/trackball-breakout?variant=27672765038675 The ball is a little small for...
Once my LEDs arrive, I'm happy to help out with testing this feature out.
I have the same issue. It starts with the LED backlight on the right half going dark, then the right LCD turns off. Finally, the LCD on the left half...
I'm working on getting a SWD debugger up and running. I was able to find a colleague who has a tagconnect and I have a debugger handy. I'm just working...
Yes, if it's down to needing trace, that will be a problem, however, I am hoping to track the problem down with just SWD debugging.
When the right-hand LCD backlight goes dark, `lcd_backlight_color()` is called with `(hue=64 '@', saturation=176 '\260', intensity=255 '\377')`, however, current_brightness is set to 0, so there is no backlight. `lcd_backlight_brightness()` is...
The issue occurs for `id == 2` with `ptr == 0x1fff86d4`. Not sure if that helps
Let me know if you need more help with this and I'll take another look.
Ah, one other piece of information: `remote_objects[2] == 0x1fff8648 ` and `ptr == 0x1fff86d4` This implies that it's something to do with ``` C void * ptr = triple_buffer_begin_write_internal(obj->object_size, tb);...
I generally prefer `arm-none-eabi-objdump`. Anyway, here's the map file [ch.map.txt](https://github.com/fredizzimo/infinity_ergodox/files/263308/ch.map.txt)