JojoS
JojoS
great, I think the founders of the BMP project will be happy to get more support and make their product more popular, you should contact them. Here is my config...
I'm just analyzing the RS485 code. The postdelay seems to be necessary for driving the DE signal (enable transmitter in driver) because the _serial->write() returns before all bits are on...
The postdelay is essential for the RS485 to work correctly. When the delay is too short, the driver is turning off DE too early and the message is corrupted. When...
I ran into the same problem, and also the workaround with the delay is working (500 ms is ok); I've also started the debugger and the core1 stops with hardfault...
mbed-tools do a shallow copy now, but this has also caveats: - a change to `#master` in mbed-os.lib does not update after a `mbed-tools deploy` - creating a PR from...