Other Parts Discussed in Thread: CC2564
Hello All,
We are working with CC2564+STM32F4 and with Keil compiler. To save the Power we need to run certain part of the code from RAM. We are able to successfully put C files in to Ram and execute. We need to place a file which contains BSC_StartTimer function. We tried putting the Bluetopia.lib file into RAM in the same way as we did for C files. But the timer part is not getting executed from RAM. I have a few questions regarding the same
1. Is the BSC_StartTimer declared in Bluetopia.lib?
2. If so how can i place the Bluetopia.lib library file in to RAM?
3. To run the BSC_StartTimer function in RAM, do i need to add any more files apart from Bluetopia.lib?
Thanks in advance
Best,
Krish