Custom HID issue : offset in hid data
Hi,
I am working on Nucleo STM32H743ZI
I am using a 64byte size custom usb hid when I send my data frames i get an offset of 6 zeros as shown here :
Any ideas where it comes from ?
Regards,
Gabriel
Hi,
I am working on Nucleo STM32H743ZI
I am using a 64byte size custom usb hid when I send my data frames i get an offset of 6 zeros as shown here :
Any ideas where it comes from ?
Regards,
Gabriel
Hi GTéta.1,
When working with DMA in H7 products you should pay attention on where you put your code.
By default in the linker file, you can see that the RAM starts from 0x20000000 address and ends in 0x2001FFFF which is the DTCM region.
Unfortunately, the DTCM is not accessible by DMA. Therefore, When working with DMA, you should put your code in an accessible region by DMA (for example AXI SRAM).
Please refer to the RM0433 for more details.
Best Regards,
Ons.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.