Markus Krug

Results 5 comments of Markus Krug

Hi, I have not so much experience but certainly the rclc_support_init() function seems to have serious problems at least on STM32 devices. Is the function called inside a task? If...

> Yes, I tried to remove the while: > > ``` > size_t cubemx_transport_write(struct uxrCustomTransport* transport, const uint8_t *buf, size_t len, uint8_t * err){ > UART_HandleTypeDef * uart = (UART_HandleTypeDef*)...

![afterCorruption](https://github.com/micro-ROS/micro_ros_setup/assets/135316308/f9d820aa-1155-41c4-8808-b464de7803c6)

Hi, I did not investigate the matter further after I got it working for me. As I recall, I changed the recommended memory allocation scheme significantly and used the FreeRTOS...

Hi, the function _gettimeofday is usually not implemented for embedded targets. Actually I'm surprised that you are saying it was working in version CubeIDE 1.11.0. Here: https://stackoverflow.com/questions/7004743/unable-to-link-to-gettimeofday-on-embedded-system-elapsed-time-suggestions you find some...