Chabrol
Chabrol
@ashvayka Every variable I use in the script is a local one defined with var. Except the functions input parameters of course. Is there a possibility that a helper function...
@Karabiy thank you for your reply. The forced sequential execution seems to prevents the mixed data. But nevertheless it shouldn't occur without it too, as long as there is no...
@Karabiy I have to relativize my previous message. I removed the sequential start and stop again, and the mixing has not reoccured. With another thingsboard instance, in this case a...
But [NAND Driver Requirements](https://github.com/eclipse-threadx/rtos-docs/blob/main/rtos-docs/levelx/chapter3.md#nand-driver-requirements) doesn't state that lx_nand_flash_driver_extra_bytes_get must be implemented. I would rather keep it the original way and instead improve the [Driver Read Pages](https://github.com/eclipse-threadx/rtos-docs/blob/main/rtos-docs/levelx/chapter3.md#driver-read-pages) description, mentioning possible null...
It seems that LX_NAND_ERROR_CORRECTED is not handled consistently. For example lx_nand_flash_sector_read is tolerant to the error, but lx_nand_flash_data_page_copy will return LX_ERROR. The reaction to erase errors looks inconsistent too. For...