Hello,
in my opinion there is a bug into lpc_chip_5411x/sct_5411x.h.
This is a piece of the content of the file:
Obviously, SCT_EV_CTRL_OUTSEL_INPUT and SCT_EV_CTRL_OUTSEL_OUTPUT cannot have the same value. According to the datasheet:
So, the definition of SCT_EV_CTRL_OUTSEL_OUTPUT should be corrected to:
#define SCT_EV_CTRL_OUTSEL_OUTPUT (1UL << 5)
I'm using lpc5411x_xpresso54114_lpcxpresso_v3.00.001_35.
I hope that you will find this useful.
Sincerely.
Solved! Go to Solution.
Hi Carlo,
Thanks for reporting this, I will pass your comments to the internal team. Please take into consideration that for new developments on this product family we recommend to use MCUXpresso SDK instead of LPCOpen libraries.
Best regards,
Felipe
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored.
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
------------------------------------------------------------------------------
Hi Carlo,
Thanks for reporting this, I will pass your comments to the internal team. Please take into consideration that for new developments on this product family we recommend to use MCUXpresso SDK instead of LPCOpen libraries.
Best regards,
Felipe
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored.
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
------------------------------------------------------------------------------