Questions tagged [mo+]

Mo+ is a model oriented programming language

Mo+ is a model oriented programming language and IDE for developing applications utilizing a flexible model oriented development process. https://modelorientedplus.com and https://moplus.codeplex.com

2 questions
5
votes
3 answers

Drawing diagram arcs with drag and drop in WPF

I'm trying to perform a drag and drop approach to creating relationships in a diagram, directly analagous to SQL Server Management Studio diagramming tools. For example, in the illustration below, the user would drag CustomerID from the User entity…
Dave Clemmer
  • 3,757
  • 12
  • 47
  • 72
0
votes
1 answer

Cortex M0+ Jump to user application failing

I've got a KL17, I'm attempting to write a bootloader to allow for OTA updating. I'm having trouble jumping to user app, this is what I'm attempting. void JumpToUserApplication(uint32_t userSP, uint32_t userStartup) { printf("MSP BEFORE: %x \n",…