[NEWS] Introducing MFS

This forum is dedicated to feedback, discussions about ongoing or future developments, ideas and suggestions regarding the ChibiOS projects are welcome. This forum is NOT for support.
rreignier
Posts: 23
Joined: Sat Apr 15, 2017 11:49 pm
Has thanked: 8 times
Been thanked: 4 times

Re: [NEWS] Introducing MFS

Postby rreignier » Sun Aug 25, 2019 11:05 am

Ok, thank you.

There is a new version with a value of 1.
Attachments
Add-EFL-driver-for-F3_v2.zip
(14.59 KiB) Downloaded 229 times

JMifune
Posts: 13
Joined: Mon Jun 24, 2019 11:52 am
Has thanked: 2 times
Been thanked: 2 times

Re: [NEWS] Introducing MFS

Postby JMifune » Tue Jul 20, 2021 10:54 am

I've tried EFL-MFS tests on F407 Discovery. (Chibistudio 2021-07-RC1 trunk, GCC 10)
It successfully completes with bank_size 4096 or less, but stops @ Test Case 1.7 (Testing garbage collection by erasing) if I set the bank_size to 8192 or more.

Code: Select all

  .bank_size        = 8192U,
  .bank0_start      = 10U, // 128K
  .bank0_sectors    = 1U,
  .bank1_start      = 11U, // 128K
  .bank1_sectors    = 1U


On L476 bigger bank size works just fine.

User avatar
Giovanni
Site Admin
Posts: 14455
Joined: Wed May 27, 2009 8:48 am
Location: Salerno, Italy
Has thanked: 1076 times
Been thanked: 922 times
Contact:

Re: [NEWS] Introducing MFS

Postby Giovanni » Tue Jul 20, 2021 12:42 pm

Hi,

Exactly which step is failing in TC 17?

It could be a limit of the test case, could you try to increase MFS_CFG_MAX_RECORDS proportionally? it is 32, try making it 128.

Currently I have no way to run the test.

Giovanni

User avatar
Giovanni
Site Admin
Posts: 14455
Joined: Wed May 27, 2009 8:48 am
Location: Salerno, Italy
Has thanked: 1076 times
Been thanked: 922 times
Contact:

Re: [NEWS] Introducing MFS

Postby Giovanni » Tue Jul 20, 2021 12:45 pm

rreignier wrote:Ok, thank you.

There is a new version with a value of 1.


Totally forgot about this....

Giovanni

JMifune
Posts: 13
Joined: Mon Jun 24, 2019 11:52 am
Has thanked: 2 times
Been thanked: 2 times

Re: [NEWS] Introducing MFS

Postby JMifune » Tue Jul 20, 2021 1:11 pm

Giovanni wrote:Hi,
It could be a limit of the test case, could you try to increase MFS_CFG_MAX_RECORDS proportionally? it is 32, try making it 128.
Giovanni

Thanks, it helped.

User avatar
Giovanni
Site Admin
Posts: 14455
Joined: Wed May 27, 2009 8:48 am
Location: Salerno, Italy
Has thanked: 1076 times
Been thanked: 922 times
Contact:

Re: [NEWS] Introducing MFS

Postby Giovanni » Thu Aug 19, 2021 10:32 am

Hi,

Added the F3 EFL driver to trunk.

Giovanni


Return to “Development and Feedback”

Who is online

Users browsing this forum: No registered users and 18 guests