Skip to main content
philipp239955_stm1_stmicro
Associate II
December 16, 2015
Question

PAL Initialization

  • December 16, 2015
  • 1 reply
  • 793 views
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 

    This topic has been closed for replies.

    1 reply

    Erwan YVIN
    ST Employee
    December 18, 2015
    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