-
Notifications
You must be signed in to change notification settings - Fork 585
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
os/arch/arm/src/amebasmart: Enable/disable loguart rx irq according t… #6534
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would like to check how it is currently going from booting to when LOG UART RX is first enabled in this regard.
if we enable here, do we need to set privious changs of LOG UART enable during boot?
The UART porting layer of TizenRT remains unchanged from amebaD. |
…o driver call 1. Loguart rx irq should be handled properly with enable/disable 2. let driver re-enable rx irq instead of manually enable during boot.
f0ef778
to
39adbd8
Compare
Hi @ewoodev, we can remove the enable during boot with this changes. |
@zhongnuo-tang Could you let us know some information as below?
|
Hi @sunghan-chang , |
@ewoodev @gSahitya-samsung @neel-samsung @ritesh55555 This is necessary to review and to verify. Could you check that? |
Hello @zhongnuo-tang |
verified with loadable_ext DDR, spamming tash during booting, no stuck occurred. |
In my test, the stuck is occurred. Could you please verify psram also? |
Hi @ewoodev, Maybe you can share with the git sha u tested on? or which defconfig u are using? |
…o driver call