Aleš Katona

Results 153 comments of Aleš Katona
trafficstars

Are you sure DMA buffers are used correctly in your case? This was on the C6, but I remember that I used them wrong originally, and when I finally got...

> Hi folks, I'm chipping in here looking for guidance on how to improve the performance of my test code, as well as pointers should I raise an issue elsewhere....

> Thank you [@almindor](https://github.com/almindor) , I change the hot loop like so: > > loop { > let temp = temp_sensor.get_temperature(); > let temp_c = temp.to_celsius() - 17.0f32; > let...