Vasiliy
Vasiliy
Hello, In function sound_alloc_from_xfs_wav ``` header.riffsz = be32_to_cpu(header.riffsz); header.fmtsz = be32_to_cpu(header.fmtsz); header.fmttag = be16_to_cpu(header.fmttag); header.channel = be16_to_cpu(header.channel); header.samplerate = be32_to_cpu(header.samplerate); header.byterate = be32_to_cpu(header.byterate); header.align = be16_to_cpu(header.align); header.bps = be16_to_cpu(header.bps); header.datasz...
added < rtr %x %d.%d> message for received Remote transfer request messages in raw mode added < sendrtr %x > to send RTR message a little bit formatted files with...
Can we use STM logger (STtrace) library for buffered high data rate plotting? i'm also in motor control and sine is barely visible there :)
To optimise memory usage add ability to send data from multiple areas array1 size1 arrya2 size2 etc untill all is sent as one object
### Version/Branch: 1.1.0 ### Operating system: Windows 10 ### Debug probe: stlink v3 ### Microcontroller: stm32f446 ### Details: Capture sometimes bugs and sets displayed variable to 0 https://youtu.be/ONhdcWS2_38 ### Screenshots/Video:...
### Version/Branch: main ### Operating system: any ### Debug probe: stlink v3 ### Microcontroller: stm32f446 ### Details: Currently if data logged in one plot it cant be transferred to another...
### Version/Branch: main ### Operating system: any ### Debug probe: any ### Microcontroller: any ### Details: Add trigger option for plot that will display signal and stop after max points....