Posted on May 17, 2011 at 13:01I am the begginer in IAR, what is it? void __program_start( void ); i try to run you code and error appear: Error[Li005]: no definition for ''__program_start'' [referenced from t:\IAR\Debug\Obj\stm32f10x_vector.o]
Posted on May 17, 2011 at 12:54In example: Code:static uint8_t transferbuffer[SECTOR_SIZE]; ... DFS_WriteFile(&fi, sector, transferbuffer, &cache, SECTOR_SIZE/2); why ''/2''? When I try to write Code:DFS_WriteFile(&fi, sector, transferbuffer, &cache...