Skip to content
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

Open
2 of 6 tasks
FerdinandEn opened this issue Nov 5, 2024 · 4 comments
Open
2 of 6 tasks

[Bug]: Middleware 8.0.0 STM32 SDCard Keil uVision #75

FerdinandEn opened this issue Nov 5, 2024 · 4 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@FerdinandEn
Copy link

FerdinandEn commented Nov 5, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

I have port an existing SDCard application STM32F746-Disco to the newest version.

FS_Config_MC_0.h

Entries:

  • Connect to hardware via Driver_MCI#
  • Connect to hardware via Driver_SPI#

can not be edited in Configuration Wizard. Doing the same in Keil Studio Preview it is possible

Replace <y> by <o> solves the problem

Drive 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

  • Filesystem
  • Network
  • USB_Device
  • USB_Host

Version

Middleware 8.0.0

Blocker

  • blocker
@FerdinandEn FerdinandEn added bug Something isn't working triage Label indicating that this issue is new and has not been reviewed yet. labels Nov 5, 2024
@FerdinandEn
Copy link
Author

To open the help, the following link to an HTML_page is inserted. Due to #mc_usage I cannot open the HTML page in VSC to display it.

image

@ReinhardKeil
Copy link
Collaborator

@FerdinandEn the open documentation feature is coming in the next VS Code extension release 1.42 - schedule for mid November.

@andbararm
Copy link
Collaborator

We would still prefer to have one topic per issue report.

  1. Config Wizard issue
    Unfortunately, this feature is not (yet) fully supported in uVision. As you can see in the uVision documentation: https://developer.arm.com/documentation/101407/0541/Utilities/Configuration-Wizard, 'y' is not listed there. But it is in the new Open CMSIS Pack documentation: https://open-cmsis-pack.github.io/Open-CMSIS-Pack-Spec/main/html/configWizard.html
    We have already an internal request to extend uVision to fully support it also there. But not sure, when this will happen. But as it is related to uVision, this topic is basically out of scope here.
  2. actual memory requirement for drive cache
    Will see, if we can add this info somewhere.

@andbararm andbararm removed the triage Label indicating that this issue is new and has not been reviewed yet. label Nov 7, 2024
@andbararm andbararm moved this from Ready to Backlog in MDK-Middleware Bug-Tracking Nov 7, 2024
@andbararm andbararm removed the bug Something isn't working label Nov 7, 2024
@jkrech jkrech added the documentation Improvements or additions to documentation label Nov 8, 2024
@VladimirUmek
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
Status: Backlog
Development

No branches or pull requests

6 participants