cancel
Showing results for 
Search instead for 
Did you mean: 

MCBSTM32F200 exemples

felipe
Associate II
Posted on March 28, 2013 at 15:14

Hi all,

I am trying to compile the exemples that keil provide with MCBSTM32F200 in the folder C:\Keil\ARM\Boards\Keil\MCBSTM32F200 but I got problems in some exemples that are almost the same:

In FTP demo i got  ''all drives disabled in configuration'' when I tried to compile. So I put ''FL_DEV'' in Target options/C/C++ define. No luck, got another bill of errors.

I tried to read all the read me files and stuffs but I am really lost.

Can someone help me with that?

Thanks

2 REPLIES 2
felipe
Associate II
Posted on April 01, 2013 at 16:03

I am stuck in this. 

Someone?

Posted on April 01, 2013 at 16:39

Go look at the file that's erroring (FILE_LIB.C ??) because presumably FlashFS is expecting you to define a specific drive or drives to be using. File_Config.c within the project defines MC0_EN 1

Are you using the original project file? On what version of Keil?

On the Eval version of 4.70a the build of C:\Keil\ARM\Boards\Keil\MCBSTM32F200\RL\TCPnet\FTP_demo\FTP_demo.uvproj it gets way beyond precompile stages, and only falls over because of the RL-ARM license in the linker.

The compiler, board and example are Keil's, call them and open a support ticket.

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