Rafael Bachmann

Results 83 comments of Rafael Bachmann

@gpsbabel Thanks for the fish and the fishing net. This is very informative and useful. As there seems to be no further activity in this repository for now, I think...

Also possible to use: https://github.com/riscv-rust/longan-nano and https://github.com/riscv-rust/gd32vf103-pac but not really up to par.

I had the same issue. You can use the fix, which is quite simple (you need to rename 2 files). Pull request: https://github.com/riscv-mcu/GD32VF103_Firmware_Library/pull/6 where you can see exactly which files...

See https://github.com/paritytech/wasmi/issues/259 :)

Probably related: https://github.com/paritytech/wasmi/issues/259

Upon further measurements, the baudrate seems to be exactly half of what I'd be expecting. Setting the baudrate to 9600Bps, the signal looks to be like 4800Bps, with a frequency...

Let me know if I can assist with anything. I have the nucleo I mentioned and also an F3 discovery board, I'll go ahead and test with that as well

I just tested on my STM32F3DISCO. There, the baud rate setting is just fine (but the overrun errors still happen). Here's the code that works with half the baudrate on...

I have tried these changes on an f3-discovery board using the RTIC example from the HAL. Using this example, with and without the changes, the transmission is unreliable (though in...

@jr-oss thanks for this, it's way better now with the changes you have mentioned. Still misses plenty of characters for me, though.