User Activity

We use dev. kit: ANT7-T-ST25DV64KC with app version: ST25NFCTap version V3.7.0 / ST25SDK: 1.10.0 public version. Q: I try to write binary data from file to it. I succeed in sending 4096 bytes. But when I try to send larger files it fails (tried 8192 ...
I am on STM32F401 and I want to measure PWM duty cycle (PWM input) with timer 3 and a DMA channel. I'd like to have the DMA to do several measurements and then calculate the average over it. My configuration is like this:My DMA config is like this:My...