tfx2001

Results 5 comments of tfx2001

It seems that STM32H7B3 is using synopsys dwc2 driver, not stm32_fsdev driver.

Good, it works, here's the current code: ```rust #[task(binds = USART1, resources = [rx_transfer, usart1_tx])] fn usart1_isr(cx: usart1_isr::Context) { let rx: CircBuffer = cx.resources.rx_transfer.take().unwrap(); let tx: &mut serial::Tx = cx.resources.usart1_tx;...

> Thanks for the feedback. Try to open `chrome-extension://ifpcmhciihicaljnhgobnhoehoabidhd/popup/index.html`. @tfx2001 @SteveLauC It works for me too.

> what about edge? Just directly open the link mentioned above or try this `extension://ifpcmhciihicaljnhgobnhoehoabidhd/popup/index.html` @Arteiimis

Thanks for your reply! Let’s discuss this in #3916.