Open sgjesse opened 8 years ago
When running the sample samples/stm32f746g-discovery/http_json_sample.dart the display is flashing during the HTTPS request.
samples/stm32f746g-discovery/http_json_sample.dart
Seems like some memory or register access is wong.
I changed the configuration of mbedtls in f5b790ae0b1cda05e7c641dfaa2a68a2d3ebf29e, which decreased the binary's size and also made this issue disappear, but there are no mechanisms in place to prevent a regression.
When running the sample
samples/stm32f746g-discovery/http_json_sample.dart
the display is flashing during the HTTPS request.Seems like some memory or register access is wong.