Jack Greenberg
Jack Greenberg
Hi there! I was wondering if the ATMega16m1 simulation has CAN support built in? So can we fake CAN messages and see how the chip will respond? I use a...
Previously, when accessing the `p->fe.reg` in `avr_uart.c` (in `avr_uart_init()`) for ATmega16m1, the system segfaulted. In avr_register_io_read, we see the following lines: ```c avr_io_addr_t a = AVR_DATA_TO_IO(addr); if (avr->io[a].r.param || avr->io[a].r.c)...
I'm developing on the STM32H742ZG which has the following memory layout: If I try to read from bank 2, the `blocking_read` function in `embassy-stm32/src/flash/common.rs` will fail because the flash size...