>>A self-contained example would be nice including the application
>>configuration ( stuff).
#ifndef CONFIG_H
#define CONFIG_H
#include "user.h"
void* POSIX_Init(void *arg);
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
#define CONFIGURE_MI
On 03/09/2019 18:40, Ярослав Лещинский wrote:
rv is equal to -1 after the try of mounting. Qspiflash driver was
checked separately for the write, read, erase operations.
Can someone suggest what to do here?
A self-contained example would be nice including the application
configuration ( stuf
Hello,
Now I'm struggling with mounting of jffs2 using my qspiflash driver.
main.c
#include
#include
#include
#include
#include
#include
#include
#include
#include "config.h"
#include "user.h"
#include "spiflash.h"
#define SPIFLASH_BLOCK_SIZE (0x100)
#define SPIFLASH_SIZE (0x100)