Questions tagged [mdd]

Microchip’s Memory Disk Drive (MDD) file system interface library brings the ability to transfer and share portable memory devices between and embedded system and a personal computer.

23 questions
0
votes
4 answers

Installing VC++ 2010 doesn't fix dll loading problem

I have a C++ .exe compiled with /MDd (since I can't use CLR with /MTd). At first I was getting couldn't find x.dll that is installed when installing the VC++ runtime. After I installed the VC++ 2010 runtime, I still get the error. I've verified that…
0
votes
1 answer

How much does Enterprise Architect support OCL language?

http://wp13117963.server-he.de/blog/2007/01/15/ocl-support-in-enterprise-architect/comment-page-1/#comment-2035 I am facing an issue mentioned in the above article. i.e. Enterprise Architect is not giving any error when I create a constraint on an…
0
votes
2 answers

Is implementing a code generator a sort of model driven design/ model driven software developement?

Is implementing a code generator a sort of model driven design/ model driven software developement or are both methods completely different? For instance, when you use the Entity Framework code generation. Is this a kind of model driven design?…
Rookian
  • 19,841
  • 28
  • 110
  • 180
0
votes
1 answer

How to find a file using MDD Library for PIC32

I have a PIC32 microcontroller with a SD Card attached to my design and I'm using the MDD library to implement an algorithm in order to find a specific file in the SD CARD. Is there someone, who can guide/tell me, which function should I use?
scuba
  • 121
  • 4
0
votes
1 answer

about correct-by-construction incremental design processes

I came a cross this paragraph in "Model-Based Engineering of Embedded Real-Time Systems" book Model-based design is considered by many as a suitable approach to overcoming these limits, particularly in the embedded systems domain. One of the…
Melisa
  • 157
  • 1
  • 9
0
votes
2 answers

How do you deal with "defaults" when doing DDD

I am interested to see how people deal with decision trees when doing DDD. For example we have a requirement that when persisting new instance of particular type, some "default" associations have to be built (quite a few). User is free to change…
epitka
  • 17,275
  • 20
  • 88
  • 141
0
votes
1 answer

Design for translation layer

I try to design one translation server. There have one POJO class (RootClass)in my local systems. and there also have remote system to sent Remote object(RemoteClass) to my system. The responsibility of this service is translate Remote class to Root…
Bensson
  • 4,509
  • 4
  • 19
  • 24
0
votes
1 answer

Android app using Acceleo

I am trying to create an android app using acceleo using model driven approach. I could create a model with some help from acceleo guide. And I could even generate the model code, Edit code and Editor code. As explained in this link. But later after…
s2s
  • 33
  • 1
  • 6
1
2