fko-kuptec

Results 6 issues of fko-kuptec

I was trying to get a manually configured `TC` (timer counter) working, however it just wouldn't want to start. Today, I found out that the `GenericClockController::tcx_tcy()` methods are not sufficient...

First of all, sorry for the many edits. I unfortunately hit [Ctrl+Enter] for a newline, but instead created an unfinished issue. Now it is done. 😅 The specification of the...

I am currently developing a firmware for the ESP that needs to serve the camera feed as HTTP stream. For testing purposes, I reduced that further down to serving a...

The maximum duty cycle returned by the `Tcc?Pwm` peripherals via [`Pwm::get_max_duty`](https://github.com/atsamd-rs/atsamd/blob/d3aa0e1b0365c9e6349c84370071cbdbcb9248bd/hal/src/peripherals/pwm/d5x.rs#L638) seems to be one too small. At least when setting exactly this duty cycle, the resulting signal (checked via...

We have a hardware with ATSAMD51P20A and an SD card slot here. I just realized, that the SD card functionality via [embedded-sdmmc](https://crates.io/crates/embedded-sdmmc) stopped working in our latest firmware. Since an...

Yesterday, I updated the ESP-IDF version of our ESP32S3 firmware from `5.3.2` to `5.3.3`. Today, when trying to connect to the device with a Samsung Galaxy S22, the ESP crashed...

bug