Dave Nadler
Dave Nadler
Thanks for the update. Sounds like STM still have a huge mess... On 2/21/2023 6:37 AM, Xenoamor wrote: > > I've had a look at the code generated by STM32CubeMX...
Last I looked (couple years back) they STM drivers called malloc (USB etc). Anyway, thanks for the update, sounds like STM still have a huge mess... On 2/21/2023 7:00 AM,...
You have to do the analysis, not just "wait til it fails" when discussing race and concurrency conditions... Be careful out there! On 2/21/2023 9:26 AM, Guido Mocken wrote: >...
A pull-request including arithmetic tests would be appreciated, Thanks!
I think you misunderstand the wrap function. Also, IIRC, this approach did not work because newlib requires other malloc-family functions not implemented by heapxx (IIRC this is documented on my...
@ApiumJacob - Be careful with ST's USB stack. Extremely buggy, drops CDC packets, missing stuff, sometimes locks up if USB devices unplugged and plugged, etc. We've given up on ST...
Nothing further to do or answer here...
6 weeks after I post an issue **to this repository**, you reply to tell me there's a repository here? Really now... Further testing shows erroneous byte-swapping also happens on receive...
On 7/16/2023 10:32 PM, @mcuxthomas Thomas Li wrote: **_> Could you tell how to fix this function?_** In the functions **LPSPI_CombineWriteData** and **LPSPI_SeparateReadData** , change every **!isByteSwap** to **isByteSwap** ....
@mcuxsusan @mcuxthomas - Folks, please try explain this: Requirements, for **_many_** different SPI devices in our current project, and **_many_** of your customers: 1) Bytes must be read from and...