Dave + Keil µVision Plugin

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Not applicable
Hello,

i have succesfully installed the Keil µVision Plugin in Dave 3.1.8.
When i try to finish the generation process, there comes an error "Error copying Startup file from µVision Installation".
The path to Keil is set in the options.

Any Solutions?

Thanks!

0 Likes
5 Replies
Not applicable
0 Likes
Not applicable
It worked! Thanks a lot!
0 Likes
Not applicable
Hello,

i imported successfully my DAVE Project into Keil MDK.

But the Compiler has a lot of errors with the Dave Apps.

const UART001_HandleType UART001_Handle0  = 
{
/* Temp Code for testing Eval functions */
.UartRegs = USIC0_CH0, /* Usic Channel offset value */
.Mode = UART_HALFDUPLEX, /* Mode */
.StopBit = UART_ONE_STOPBIT,/* StopBit */
.Parity = UART_PARITY_NONE,/* Parity */
.DataBits = (uint16_t)7,/* Word Length */
.BaudRate = (uint32_t)19200,/*Baud Rate */
...
...
}


Each line the Compiler says: "ERROR: expected an Expression"

Any ideas?

Thanks!
0 Likes
Not applicable
0 Likes
Not applicable
Thanks for the link!

I found the solution: I needed to compile it with the "-c99" Flag.
0 Likes