fronders
fronders
I had the same issue until I removed Google Play App from Chrome, disabled Hardware Media Key Handling and restarted Chrome - now it works - YTMDesktop version: 1.13.0 -...
hey, they just uploaded the up-to-date v1.6 schematic to the repo - check the root folder ;)
This first issue can be fixed by just taking same approach that the SPI DMA functions use: state is set before jumping to error label and only in places, where...
For the second issue, just remove this line with state overwrite and the state will be handled by `HAL_SPI_TransmitReceive()` https://github.com/STMicroelectronics/STM32CubeL4/blob/c5e83f31696c3da4fb374224471afd08d9d457b3/Drivers/STM32L4xx_HAL_Driver/Src/stm32l4xx_hal_spi.c#L1018 same for `HAL_SPI_Receive_IT()` and `HAL_SPI_Receive_DMA()`
@cmaglie @facchinm Hi guys, any progress merging this? :) It's been like 3 years since timeouts were added but the library is still missing the `WIRE_HAS_TIMEOUT` macro. Docs say it...
Hi everyone, thought I'd share a solution I came upon on how to downgrade to 17.8.x. if you're stuck on a higher release I tried rolling back the VS2022 Community...