Sonya Vasquez

Results 12 issues of Sonya Vasquez

Hi there, I've been working my way through a few examples, but I can't seem to get any USB related examples to work on the STM32F7. Here's my simplest possible...

fixes [`harware_alarm_irq_number`](https://github.com/raspberrypi/pico-sdk/blob/6a7db34ff63345a7badec79ebea3aaef1712f374/src/rp2_common/hardware_timer/timer.c#L109) typo. I found myself using this function and couldn't search for it.

This is mainly an issue storing windows file paths. In a nutshell, a config containing this data: ````toml # config.toml [specs] my_path = "C:\\Program Files\\Euresys\\Memento\\bin\\x86_64\\memento.exe" ```` can be loaded with:...

component: encoder
type: bug
syntax: strings

In order to make the review process faster, please take a few minutes to go through this checklist: ## Acceptance Criteria - All of the following criteria must be met:...

account for metastability in the SPI_EncoderReader and the QuadratureEncoder module.

Right now, the SPI interface on the ServoExtender module is in a different clock domain than the rest of the circuit. FIx this possible metastability issue with a synchronizer on...

SPI slaves should output a highZ state when their CS lines are high. Add this to the SPI slave module

SPI implementation has a race condition. The version in the digitalIC directory works, however. Change the version in the SPI directory to model that in the digitalIC directory.