Milorad Cvjetkovic
Milorad Cvjetkovic
Hi @MaxFlatline, it looks like this feature is not common across different vendors. In your particular case, that functionality does not have to be provided by the CMSIS-Driver but you...
Hi @zwvk , let me start by saying that EHCI driver is unfortunately not a good fit for the MCU (SAMV71Q21B) that you are using. The SAMV71Q21B has proprietary USB...
This is already prepared in the pull request [here](https://github.com/ARM-software/CMSIS-View/blob/examples_update/Examples/Fault/B-U585I-IOT02A/Fault.cbuild-set.yml) . Take a notice that with VSC extensions it is not working as expected at the moment as stated in the...
Addressed with commit 5e32195801cfcb9a2c8267cf118dfb0e09dd5b3b .
Hi @1132520084, sorry for overlooking this issue earlier. The USART driver for STMicroelectronics STM32 devices based on STM HAL is being developed here: https://github.com/Open-CMSIS-Pack/CMSIS-Driver_STM32/blob/main/Drivers/USART_STM32.c . This driver does also not...
Hi @JordanYates , maybe you can take a look at [CMSIS-View](https://github.com/ARM-software/CMSIS-View) pack that offers `Fault` component for recording and analyzing of faults on Cortex devices. There is also an [example](https://github.com/ARM-software/CMSIS-View/tree/main/Examples/Fault/B-U585I-IOT02A)...
Hi @rgrr, the reason for this additional 1 `dummy` byte is termination of the bulk transfer. The `USB Specification 2.0` specifies transfer completion as on the screenshot below: it means...
Hi @rgrr , thank you for your detailed issue description and for feedback also.