chsh

Results 13 comments of chsh

The same problem while I execute command for golang: `go run .` in "code-runner.executorMap"

I have the same problem. I am using the board: STM32F412ZG Discovery with n25q128 nor flash. I found out that this is due to accessing the wrong address exceeding the...

@erFalcon Yesterday I came to the conclusion that the number of blocks for levelx should be 1 less than their countable number. Suppose there are 1024 blocks of 4096 bytes...

@rahmanih This note only applies to FileX integration. If I'm wrong, please explain in more detail.

@erFalcon, If I do not use a file system and my memory contains 4096 blocks if we count from 1, then according to my assumption (I analyzed the code a...

@erFalcon I also encountered a similar problem, however, when testing for fault tolerance. After a sudden reset while recording, I intermittently get the error LX_INVALID_BLOCK. To make sure the driver...

I get a similar error in case of a sudden power failure. - I have tested each block of flash memory for erasing, recording and retaining information (RAW operation). No...

@rahmanih, I tried to enable all the options you described, but it did not affect the initialization speed. Sometimes an INVALID_BLOCK error occurs during operation, which never disappears. Is this...

> > @rahmanih, I tried to enable all the options you described, but it did not affect the initialization speed. > > Sometimes an INVALID_BLOCK error occurs during operation, which...

@rahmanih Yes, I have completed these operations. I can provide a memory dump for a thorough analysis of the fault and tell which specific block the error occurred in, if...