-
Notifications
You must be signed in to change notification settings - Fork 100
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
Adding ME17B SDK changes. #511
Conversation
/clang-format-run |
@@ -195,7 +195,7 @@ __isr_vector: | |||
.long BTLE_RX_AES_IRQHandler /* 0x42 0x0108 66: BTLE RX AES Done */ | |||
.long BTLE_INV_APB_ADDR_IRQHandler /* 0x43 0x010C 67: BTLE Invalid APB Address*/ | |||
.long BTLE_IQ_DATA_VALID_IRQHandler/* 0x44 0x0110 68: BTLE IQ Data Valid */ | |||
.long WUT_IRQHandler /* 0x45 0x0114 69: Wake up timer */ | |||
.long WUT0_IRQHandler /* 0x45 0x0114 69: Wakeup Timer 0 */ |
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.
The following ME17 examples rely on WUT_IRQHandler
:
BLE_datc
BLE_dats
BLE_fit
BLE_fit_FreeRTOS
BLE_FreeRTOS
BLE_otac
BLE_otas
FreeRTOSDemo
WUT
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 added #define WUT_IRQHandler WUT0_IRQHandler
to max32655.h, but I'm doubting whether or not that would work now. I'll re-test that 'cause I'm pretty sure I didn't test that change correctly.
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.
Re-tested and it works.
Strange that the actions are not showing for this PR, but there are quite a few build errors: https://github.com/Analog-Devices-MSDK/msdk/actions/runs/4534175627/jobs/7988009241 |
This reverts commit d135383.
As the title says, this PR adds all the changes for the ME17B.
The notable changes are: