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

FSC NOR Flash AccessTime #1

Open
UlfPGerlach opened this issue Mar 27, 2023 · 2 comments
Open

FSC NOR Flash AccessTime #1

UlfPGerlach opened this issue Mar 27, 2023 · 2 comments
Assignees
Labels
bsp BSP-related issue or pull-request bug Something isn't working internal bug tracker Issue confirmed and reported into a ticket in the internal bug tracking system

Comments

@UlfPGerlach
Copy link

I have an issue with the access time of the 70ns NOR flash

if I calculate the the access time with the two relevant times (AdressSetupTime + DataSetupTime) * HCLK
(4+7)*5.95ns = 65.4ns (@168mhz).

The result is less than the needed 70ns.
The used M29W128Gx might function, but this is not 100% assured.

/* excerpt from stm324x9i_eval_nor.c */

/* NOR device configuration */
Timing.AddressSetupTime = 4;
Timing.AddressHoldTime = 3;
Timing.DataSetupTime = 7;
Timing.BusTurnAroundDuration = 1;
Timing.CLKDivision = 2;
Timing.DataLatency = 2;
Timing.AccessMode = FMC_ACCESS_MODE_A;

image

@ALABSTM
Copy link

ALABSTM commented Mar 30, 2023

Hi @UlfPGerlach,

Thank you for this report. We will get back to you as soon as we analyze it further. This may take some time. Thank you for your comprehension.

With regards,

@ALABSTM ALABSTM added the bsp BSP-related issue or pull-request label Sep 5, 2023
@TOUNSTM
Copy link
Contributor

TOUNSTM commented Jul 3, 2024

ST Internal Reference: 185672

@TOUNSTM TOUNSTM added bug Something isn't working internal bug tracker Issue confirmed and reported into a ticket in the internal bug tracking system labels Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bsp BSP-related issue or pull-request bug Something isn't working internal bug tracker Issue confirmed and reported into a ticket in the internal bug tracking system
Projects
Development

No branches or pull requests

3 participants