Michael

Results 7 comments of Michael

Hey gang, I got STM32H503 with TinyUSB working by removing MX_ICACHE_Init() from main.c (there might be a timing error - see https://community.st.com/t5/stm32-mcus/how-to-use-stmicroelectronics-classic-usb-device-middleware-with/ta-p/599274?lightbox-message-images-613409=61313i4F7537BE778740F2) Also I had to change the code in...

1) stm32h5xx_it.c /** * @brief This function handles USB FS global interrupt. */ void USB_DRD_FS_IRQHandler(void) { /* USER CODE BEGIN USB_DRD_FS_IRQn 0 */ /* USER CODE END USB_DRD_FS_IRQn 0 */...

> Hmm. `USB_DRD_FS_BASE` is not a defined symbol for me, but `USB_DRD_FS` is (and appears to be a register base address). > > However, changing that as well as commenting...

Yes sir, I do think that tinyusb will work for you and happy to help. I know how frustrating this can be 🙂 M ________________________________ From: Brian ***@***.***> Sent: Wednesday,...

Installed libgtk and glibc with: sudo apt -y install libgtk-4-1

I can try ? I have a pi 5 i will configure this weekend and retry ________________________________ From: Marcel Tiede ***@***.***> Sent: Thursday, February 15, 2024 11:29 AM To: JinShil/BlazorWebView...

Ubuntu (WSL2) 22.04.3 (jammy) x64/x86 $ strace ./WebKitGtk.Test execve("./WebKitGtk.Test", ["./WebKitGtk.Test"], 0x7ffd3cffa020 /* 26 vars */) = 0 brk(NULL) = 0x564743463000 arch_prctl(0x3001 /* ARCH_??? */, 0x7ffc5169aef0) = -1 EINVAL (Invalid argument)...