Ux_Device_CDC_ACM example Hardfault on high load #49
Labels
bug
Something isn't working
internal bug tracker
Issue confirmed and logged into the internal bug tracking system
projects
Projects-related (demos, applications, examples) issue or pull-request.
usb
Universal Serial Bus
Milestone
Describe the set-up
SDK Version: f0f0631
Board: NUCLEO-U5A5ZJ-Q
Compiler: IAR 9.50.1
Describe the bug (skip if none)
I'm a TinyUSB project maintainer, my planning was to compare the CDC throughput performance between usbx with a modified
Ux_Device_CDC_ACM
echo example.But even without modification
Ux_Device_CDC_ACM
runs into hardfault on high load,tx_byte_pool_buffer
overflowed and destroy all variables around. If I increase TX_APP_MEM_POOL_SIZE from 1k to 8k it crashes little later.With attached serial testing script, crash happens about after 10 OUT transfers:
How to reproduce the bug (skip if none)
Ux_Device_CDC_ACM
project.ser_test.py COM4
ser_test.py.txt
The text was updated successfully, but these errors were encountered: