giacominconsulting

Results 2 issues of giacominconsulting

Hello, could you please explain why in the file spi_interface.c some functions are placed in the RAM ? For exaple: #if defined (__ICCARM__) __ramfunc void OPENBL_SPI_SendByte(uint8_t Byte) #else __attribute__((section(".ramfunc"))) void...

Hello, Do you know why in the file spi_interface.c (STM32 Middleware Open Bootloader MCU ) some functions are placed in the RAM ? For example: #if defined (ICCARM) __ramfunc void...