cancel
Showing results for 
Search instead for 
Did you mean: 

PAL Initialization

Posted on December 16, 2015 at 12:43

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 

1 REPLY 1
Erwan YVIN
ST Employee
Posted on December 18, 2015 at 11:23 Hello Philipp , could you try others ''advanced'' settings in the configuration ? you can check the function

void
_pal_lld_init(
const
PALConfig *config) {

and use the SPC5Studio patch mode to customize. Best Regards Erwan