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

The memory map in the FreeRTOS project doesn't match your description #8

Open
leafounds opened this issue Jan 25, 2025 · 0 comments
Open

Comments

@leafounds
Copy link

The description of the memory structure in the file memory_map.h located in the folder safety_island\source_code\safety_island\sw\pulp-freertos\target\safety-island\include does not match the one on the GitHub page. Specifically, the starting address of ROM is 0x1A000000, and the starting address of L2 is 0x1C000000. Additionally, in the file link_clic.ld under the folder safety_island\source_code\safety_island\sw\pulp-freertos\target\safety-island, the code storage addresses are all pointing to the memory starting at 0x1c000004. However, this area is not mapped to two private memory bank in the platform, resulting in instructions being written to the wrong location.

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

No branches or pull requests

1 participant