cancel
Showing results for 
Search instead for 
Did you mean: 

own external loader-custom board with 1gb nor flash which is not available in bsp

jr_engr_mbed
Senior

Hi ST members,

Where can I find the BSP components for the NOR flash with Part No: MT28EW01GABA?which is not in h7's bsp.

If I want to create my own external loader, I need to add the MT28EW01GABA.c and MT28EW01GABA.h files to the project. However, I can't find these files anywhere. Can anyone advise on what to do?

Thank you.

Best regards,
Jr_mbd_engr

Screenshot (10).png

 this example is given by st-employee which is for u5 with its flash ic only.

 

1 ACCEPTED SOLUTION

Accepted Solutions

So I don't have to find later..

https://community.st.com/t5/stm32-mcus-touchgfx-and-gui/how-to-use-iar-workbench-external-loader-nor-flash-project-in/td-p/708370

I remember another from earlier, but that might be this thread, recall you talking about EWARM in that one too.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

View solution in original post

2 REPLIES 2

>> Can anyone advise on what to do?

Perhaps put your embedded software engineering hat on and write them? Making stuff that doesn't exist yet is in my job description.

For things not readily available to copy, you could understand the data sheet for the part, and perhaps find something close, and port from there.

Perhaps don't look for the fully qualified part number, as the extended family of MT25EW parts, and those in slightly different packages will all operate in materially the same fashion.

Does the Micron part behave materially differently from U5 to H7. Might have to deal with QSPI, OSPI and XSPI changing naming convention, but that's a 99% search-n-replace exercise.

Why use parallel? Most people have migrated to serial memories for smaller foot-print, less complicated packaging  (ie SOIC,TSOP) and less MCU pins eaten up. And package consistency between vendors.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

So I don't have to find later..

https://community.st.com/t5/stm32-mcus-touchgfx-and-gui/how-to-use-iar-workbench-external-loader-nor-flash-project-in/td-p/708370

I remember another from earlier, but that might be this thread, recall you talking about EWARM in that one too.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..