Hi,
My micro is STM470R1B1M. I downloaded flash API F05A v0.36 from SM470R1B1M website. I use IAR ARM compiler.
I included flash API files: f05.h, fapiver.h, flash470.h, Flash470ErrorDefines.h into my project. Also add the file f05a.r79 into my project. After I rebuild, "No definition for Flash_Match_Key_B" error shows up. Flash_Match_Key_B is a flash API function and its prototype is in flash470.h file. I cannot find any definition from API either. How do I handle this issue?
Thanks a lot, Jian