Posted on January 30, 2017 at 19:38The reference manual, RM 00090, does not explicitly stay what happens to the GPIO lines when STOP mode is entered. If a pin is high, does it stay high?#stop-mode #gpio
Posted on January 19, 2017 at 01:28The Keil uVision IDE/compiler chain has a `&sharppragma` for preventing heap usage; see http://www.keil.com/support/man/docs/armlib/armlib_chr1358938927854.htm. The great thing about this is that the linker fails i...
Posted on June 24, 2017 at 04:25 From an FAE at IAR: Options: 1. Rewriting the malloc() and free() functions in the library to generate ERROR message every time it used. 2. Redirecting these functions to other functions that will do nothing or...