RAM_Buf is only used within FWupgrade_Standalone.
 
Symbols
loading...
Files
loading...

RAM_Buf variable

Syntax

static uint8_t RAM_Buf[BUFFER_SIZE] = { 0x00 };

References

LocationReferrerText
command.c:31
static uint8_t RAM_Buf[BUFFER_SIZE] = { 0x00 };
command.c:83COMMAND_Upload()
RAM_Buf[tmpcounter] = (*(uint8_t*)(address++));
command.c:93COMMAND_Upload()
f_write (&MyFile, RAM_Buf, BUFFER_SIZE, (void *)&byteswritten);
command.c:197COMMAND_ProgramFlashMemory()
RamAddress = (uint32_t) &RAM_Buf;
command.c:206COMMAND_ProgramFlashMemory()
f_read (&MyFileR, RAM_Buf, BUFFER_SIZE, (void *)&bytesread);

Data Use

Functions reading RAM_Buf
RAM_Buf
Type of RAM_Buf
RAM_Buf
uint8_t
all items filtered out