-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Middleware 8.0.0 STM32 SDCard Keil uVision #75
Comments
@FerdinandEn the open documentation feature is coming in the next VS Code extension release 1.42 - schedule for mid November. |
We would still prefer to have one topic per issue report.
|
Memory requirements for buffers that are passed to the drivers and go into special sections should go into documentation. Each config file already contains an option to place those buffers into dedicated section and there is also an default section defined that serves the same purpose, but I think this is not properly documented. We will add this. |
Is there an existing issue for this?
Current Behavior
I have port an existing SDCard application STM32F746-Disco to the newest version.
FS_Config_MC_0.h
Entries:
can not be edited in Configuration Wizard. Doing the same in Keil Studio Preview it is possible
Replace
<y>
by<o>
solves the problemDrive Cache Size
I have therefore set the drive cache size to 4 kB.
When I set the area to 4 kB in the scatter file, the area was too small. The requested size is 5 kB. Even more if FAT Journal is activated (+128*4 b). Maybe you could add a hint.
Expected Behavior
No response
Steps To Reproduce
No response
Affected components
Version
Middleware 8.0.0
Blocker
The text was updated successfully, but these errors were encountered: