I'm working on Microchip Cortex M7 microcontrollers.
I want to use the TCM for some of my functions. I also use global variables. I was wondering:
- What is the impact if i put only the functions in TCM?
- Do i need to put the fucntions AND variables in the TCM?
Thanks.
The documentation of microchip doesn't seem to provide more informations about this. I feel like having the global variables outside the TCM and the functions in the TCM can cause some problems.