Skip to main content

Timeline for Send Data With Usart STM32

Current License: CC BY-SA 4.0

5 events
when toggle format what by license comment
Jan 10, 2021 at 10:43 comment added Justme No, the preferable way would be to send the whole array of floats in one call.
Jan 10, 2021 at 10:43 history edited Sixaxix9 CC BY-SA 4.0
deleted 41 characters in body
Jan 10, 2021 at 10:41 comment added Sixaxix9 Yes, I agree that would work and would be preferable than doing a memcpy.
Jan 10, 2021 at 10:39 comment added jusaca It is not necessary to do a memcpy. Just pass the pointer to the float with a cast to (uint8_t*) and give sizeof(float) as message length.
Jan 10, 2021 at 10:36 history answered Sixaxix9 CC BY-SA 4.0