This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

__ramfunc

How can I convert this function to run in keil???

/**************************************************/
__ramfunc void FLASH_Read(uint8_t *varAddress, uint8_t *flashAddress)
{ *varAddress = *flashAddress;
}

My especific doubt is about the (__ramfunc)