User Activity

I am using STM32U585 and I stumbled upon the following problem:If a device is configured with TrustZone enabled (TZEN=1) there is different behavior in the following situations:1. SPI is configured without DMA and CPU is running non-secure code in pr...
Posted on September 28, 2017 at 14:11I'm working on an USB Device driver and I want to receive multiple isochronous packets per micro-frame (on high-speed of course).As it is nowehere mentioned in errata, I asume it should be working, however there ...