2015-12-16 03:43 AM
Hi,
I am using the PAL Layer to initialize the pins of the SPC560D Discovery. It works very well, but I’m detected an interesting behavior.
During the pal_init function some pins are set to high for 0,132 ms. This can cause some side effects in my application. Is there a way to avoiding this behavior?
kind regards
Philipp
2015-12-18 02:23 AM
void
_pal_lld_init(
const
PALConfig *config) {
and use the SPC5Studio patch mode to customize.
Best Regards
Erwan