This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

database in C programming use in Keil uVision

Hai,

I'm totally new using Keil uVision ver 3. Just want to ask, if i'm design a database in C programming (eg: dictionary database), is that possible to use it or link it using Keil uVision and use it for ARM 7?

  • Can you figure out one (1) single reason why the C compiler would know what the source code actually does, and would make it impossible to run some functions?

    If you either have RAM enough to store the database, or you have a secondary storage media where you can have the database, and the capacity of the processor is enough then why shouldn't it be possible to run the database in your target?

    Note that you (!) are the designer of the database. You know what resources it needs. Now we. So why are you asking us?