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

more rt10xx fix #230

Merged
merged 6 commits into from Jul 18, 2022
Merged

more rt10xx fix #230

merged 6 commits into from Jul 18, 2022

Conversation

hathach
Copy link
Member

@hathach hathach commented Jul 15, 2022

follow up to #220

  • fix write address of rt1020/rt1024 0x60000000
  • add uart to rt1020 rt1024
  • fix rt1024 LED
  • update rt1024 ld ram to match 1020
  • fix write_tinyuf2_to_flash() to also include fcbb as well.

Note: RT1020EVK working great, but RT1024 has trouble with load code from internal qspi flash, probably misconfigured flash parameters or something. will create an separate issue to remind this.

Update: issue #231

@@ -58,8 +61,11 @@ static void write_tinyuf2_to_flash(void)
uint8_t const* image_data = (uint8_t const *) &qspiflash_config;
uint32_t flash_addr = FCFB_START_ADDRESS;

// fcfb + bootloader (ivt, interrupt, text)
uint32_t const end_addr = FLEXSPI_FLASH_BASE + ((uint32_t) _fcfb_length) + BOARD_BOOT_LENGTH;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ehughes following up to your PR, I think this also need changes as well. Let me know if this makes sense to you.

Copy link
Member Author

@hathach hathach Jul 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will merge this as it is for now, should it has any issues, we could fix it in following PR. thanks.

@hathach hathach merged commit f1d5c36 into master Jul 18, 2022
@hathach hathach deleted the fix-rt1024evk branch July 18, 2022 09:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant