-
From this project's inception we've just been hard-coding the clock source for peripheral drivers (usually just using the default clock source). This has been done just to keep things simple. We've re…
-
**Describe the bug**
I'm investigating an issue using SPI between an IMXRT and NRF52 MCUs and as part of that I went back to basics and was validating the SPI peripherals behaviours on both ICs, to d…
-
## ESP32-C6
- [ ] Interrupts
- [x] `LP_I2C`
- [x] `LP_IO`
- [ ] `LP_TIMER`
- [x] `LP_UART`
- [ ] `LP_WDT` (?)
## ESP32-S2/S3
- [ ] Interrupts
- [ ] `RTC_I2C`
- [x] `RTC_IO`
- [ ] `SEN…
-
For our drivers we have the option of opting into the `new_typed` method to create a driver _without_ type erasure, i.e `Spi`.
I'm wondering what use cases this opens up (if any) and whether we sho…
-
I am developing a system at work that will spend the majority of it's time with most things disabled while a few peripherals collect and store data via DMA. Once buffers are full or USB is connected, …
-
For processors with GPDMA peripherals and "linked lists" support, Cube generates sufficient code for linked list `Node` initialisations and uses `HAL_DMAEx_List_Init` correctly. But doesn't bother pop…
-
### Affected Version
_No response_
### Steps to Improve Usability
Compile all supported drivers into the firmware and select the driver based on the configuration in the NVS partition. This approac…
-
### Please describe your issue.
It happens after putting the device into dfu mode. Gives this error.
Processing arduino_uno (board: uno; platform: atmelavr; framework: arduino)
----------------…
-
## Origin
This is a repository containing the Realtek SDK, which currently includes the Ameba SOC series. In the future, it will also include drivers for other SOCs in our company.
https://github.…
-
**Describe the bug**
`nxp,flexio-spi` appears to not work on the imxrt10xx series, I had tried on my actual project board (imxrt1040 based) to use it in place of the LPSPI to avoid some undesirable b…