Can't add new PIN INTERRUPT APP

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

cross mob
User12216
Level 2
Level 2
First like received
I am working on fairly large project with an XMC4700. It has a lot of APPS set up for ADC, UART, USB, CAN, I2C, PWM, DIGITAL_IO, PIN_INTERRUPTS, etc.. I want to add another PIN INTERRUPT app and I get an error message that DAVE is not able to grant my last hardware resources request. I am fairly confident I have some pins capable of this feature left (or maybe there is a conflict I don't know of) so I am lost as to best figure this out.

The DAVE .log file shows:
!ENTRY APPLICATION_MODEL 1 0 2018-04-30 13:45:37.038
!MESSAGE USER_ACTION : App Getting Added: PIN_INTERRUPT [4.0.2]

!ENTRY SOLVER 1 0 2018-04-30 13:45:37.122
!MESSAGE USER_ACTION : Creating an APP: PIN_INTERRUPT [4.0.2]

!ENTRY APPLICATION_MODEL 1 0 2018-04-30 13:45:37.147
!MESSAGE USER_ACTION : CASE-1 PR->PR
CPU_CTRL_XMC4 [4.0.2] lStoreAppVersion: 4.0.14:p

!ENTRY APPLICATION_MODEL 1 0 2018-04-30 13:45:37.183
!MESSAGE USER_ACTION : Created APP: PIN_INTERRUPT [4.0.2]-->http://resources/4.0.2/app/PIN_INTERRUPT/2

!ENTRY DAVE CE 4 0 2018-04-30 13:45:37.798
!MESSAGE

***START of Exception Info***
Execution of solver query timed out
com.ifx.davex.ce.core.solver.ProxySolver.handleTimeout(ProxySolver.java:486)
com.ifx.davex.ce.core.solver.ProxySolver.processCmpdTermResult(ProxySolver.java:460)
com.ifx.davex.ce.core.solver.ProxySolver.executeQuery(ProxySolver.java:425)
com.ifx.davex.ce.core.solver.ProxySolver.sendQuery(ProxySolver.java:260)
com.ifx.davex.ce.core.solver.SolverManager.getSolution(SolverManager.java:155)
com.ifx.davex.ce.core.resource.mngts.ResourceManager.getSolution(ResourceManager.java:923)
com.ifx.davex.ce.core.resource.mngts.ResourceManager.getSolverInfoAndProcess(ResourceManager.java:996)
com.ifx.davex.ce.core.resource.mngts.ResourceManager.getSolutionFromSolver(ResourceManager.java:1175)
com.ifx.davex.ce.core.resource.mngts.ResourceManager.possibleCheck(ResourceManager.java:352)
com.ifx.davex.ce.core.resource.mngts.ResourceManager.callSolver(ResourceManager.java:879)
com.ifx.davex.ce.core.resource.mngts.ResourceManager.createApp(ResourceManager.java:720)
com.ifx.davex.ce.core.resource.mngts.ResourceManager.access$2(ResourceManager.java:651)
com.ifx.davex.ce.core.resource.mngts.ResourceManager$2$1.run(ResourceManager.java:612)
org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)
***END of Exception Info***

There is a lot more after this and if it is pertinent, please let me know and I can post it.

It would be great if someone could give any pointers on how to address this.

Thanks in advance,
Paul
0 Likes
0 Replies