dart-archive / sdk

The Dartino project was an experiment seeking to improve productivity when writing application code for embedded devices.
https://dartino.org
Other
331 stars 36 forks source link

LCD display sometimes flickers #550

Open sgjesse opened 8 years ago

sgjesse commented 8 years ago

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.

karlklose commented 8 years ago

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.