Jonas Berg
Jonas Berg
Thanks for this enhancement proposal. I think it would be a great feature.
Please provide a Wireshark file, and I will have a look at the problem.
It is possible to close the serial port using `instrument.serial.close()` However, it would be interesting to know what caused the problem in the first place.
Duplicate of #260
Not yet tested
Hi! Please see the newly updated documentation on https://rt-labs.com/docs/p-net/getting_started_freertos.html
What kind of error message do you get?
Note that it is just two commands. The first is: ``` CPU=cortex-m7fd BOARD=STM32F769I-DISCO CUBE_DIR=/path/to/cube cmake -B build.cube -DCMAKE_TOOLCHAIN_FILE=cmake/tools/toolchain/stm32cube.cmake -G "Unix Makefiles" ``` and the seconds is ``` cmake --build build.cube...
Which operating system do you run the commands on? Do you get any error messages? Have you tried loading the file to your board?
It seems that you are missing the ARM cross compiler. Install it with: `sudo apt install gcc-arm-none-eabi` I will improve the documentation in future releases.