Closed madman-011235813 closed 7 years ago
Hi Mark, I appologize not responding. Somehow I have completely missed that ticket :-(. Indeed, you have found an issue I need to look at. I'll respond back as soon as I can. Erich
Hi Mark, You can safely use the ME variant instead of the JE one. I have implemented a fix (https://github.com/ErichStyger/McuOnEclipse_PEx/commit/dbef8e28b76af208c5af7e5de4cb7dcbdc5d2aba) with a better check for the derivative. I'm sorry for the troubles this has created for you :-( Erich
Hi Erich,
It appears that I have an apology too. Your reply ended up in my "Forums" filter on Gmail. Thank you for looking into this and fixing the bug. I will reload our Components.
In your reply, you said that we could use the "ME" variant. I assume you meant the "MM" variant?
Thanks again for the time that you offer to the community. Great work!
Regards, Mark Donkers
On 14 April 2017 at 01:35, Erich Styger notifications@github.com wrote:
Hi Mark, You can safely use the ME variant instead of the JE one. I have implemented a fix (dbef8e2 https://github.com/ErichStyger/McuOnEclipse_PEx/commit/dbef8e28b76af208c5af7e5de4cb7dcbdc5d2aba) with a better check for the derivative. I'm sorry for the troubles this has created for you :-( Erich
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ErichStyger/McuOnEclipse_PEx/issues/27#issuecomment-294093822, or mute the thread https://github.com/notifications/unsubscribe-auth/AGE8xhKSSTEj4mEooVmD0ZWdb9lhaVXfks5rvwW3gaJpZM4MC71z .
I believe I have found an issue with the FreeRTOS component. In the component Inspector, under Scheduler > ColdFire V1 > CPU, I select the MCF51JE.
When I rebuild the PEx components and then compile the project, the following call in FRTOS1.c:
taskYIELD();
.... has the error description that follows:
taskYIELD is defined as portYIELD, which contains portCF_INTC_VALUE, which is defined portmacro.h as:
If I change it to another variant, say MCF51MM, it compiles. Is the definition missing for the JE256 variant?
Thanks.