how to change slew rate - PSoC

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
ShMi_1495391
Level 4
Level 4
50 replies posted 25 replies posted 10 replies posted

Re: PSoC4100SP:SPI(Master) Slew rate change

The answer in this thread is to change the register(GPIO_PRTx_PC[25]).

Is it okay to change the setting of Pin ?

pastedImage_0.png

0 Likes
1 Solution
Ekta_N
Moderator
Moderator
Moderator
750 replies posted First like given 250 solutions authored

Hello,

Yes, its okay to make change pin settings directly. This in turn changes the value of the defined register (in this case the value of GPIO_PRTx_PC[25]). This is done to make the task easier. Directly changing the register value can be used to configure components during runtime.

Best Regards

Ekta

View solution in original post

0 Likes
2 Replies
Ekta_N
Moderator
Moderator
Moderator
750 replies posted First like given 250 solutions authored

Hello,

Yes, its okay to make change pin settings directly. This in turn changes the value of the defined register (in this case the value of GPIO_PRTx_PC[25]). This is done to make the task easier. Directly changing the register value can be used to configure components during runtime.

Best Regards

Ekta

0 Likes

Thank you for your answer.

0 Likes