Skip to content
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

Merged
merged 14 commits into from
Mar 30, 2023
Merged

Adding ME17B SDK changes. #511

merged 14 commits into from
Mar 30, 2023

Conversation

Jacob-Scheiffler
Copy link
Contributor

As the title says, this PR adds all the changes for the ME17B.
The notable changes are:

  • Adding another wakeup timer
  • Adding an external I2S clock source
  • Adding ERFO ready interrupts
  • Adding ARM to RISCV interrupt
  • Adding support for RTC power in low power modes when not in use
  • Adding MXC_SYS_GetRevision function
  • Various register updates (that didn't require source code updates)

@Jacob-Scheiffler
Copy link
Contributor Author

/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 */
Copy link
Contributor

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

Copy link
Contributor Author

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.

Copy link
Contributor Author

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.

@Jake-Carter
Copy link
Contributor

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

@Jake-Carter Jake-Carter added API Change This issue or pull request involves a change to the current MSDK API MAX32655 Related to the MAX32655 (ME17) labels Mar 27, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@Jacob-Scheiffler Jacob-Scheiffler merged commit c1bb32c into main Mar 30, 2023
@Jacob-Scheiffler Jacob-Scheiffler deleted the dev/me17b branch March 30, 2023 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Change This issue or pull request involves a change to the current MSDK API MAX32655 Related to the MAX32655 (ME17)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants