<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>MQX Software SolutionsのトピックRe: MQX v4.1 flexcan compile errors</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-v4-1-flexcan-compile-errors/m-p/376876#M12571</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks David, but for some reason 4.1.1 just does not work correctly on my system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to create a new MQX 4.0 flexcan project, with my custom board (twrk70f120m with some pin changes), compile/link with some minor warnings.&lt;/P&gt;&lt;P&gt;I am able to create a new MQX 4.1 flexcan project, with same cloned custom board (cloned using 4.1 wizard now), compile with the above errors and warnings.&lt;/P&gt;&lt;P&gt;I noticed when creating, I no longer get the selection for GCC or Freescale compiler. I don't know if they just force GCC or what, because I know the Freescale compiler is out the door.&lt;/P&gt;&lt;P&gt;To me, it looks like the Freescale compiler is active, instead of GCC, which looks like it would generate the above errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have uninstalled 4.1 and re-installed 4.1.1 (FSLMQXOS_4_1_1_GA.exe), multiple times (because of some WEIRD errors), but I won't go into those in this thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I am still stuck with missing CAN defines and prototypes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Aug 2014 19:05:10 GMT</pubDate>
    <dc:creator>jamesmonczynski</dc:creator>
    <dc:date>2014-08-25T19:05:10Z</dc:date>
    <item>
      <title>MQX v4.1 flexcan compile errors</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-v4-1-flexcan-compile-errors/m-p/376874#M12569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to upgrade a project from MQX v4.0 to v4.1.&lt;/P&gt;&lt;P&gt;I have handled all the new pointer stuff.&lt;/P&gt;&lt;P&gt;I am now on flexcan.&lt;/P&gt;&lt;P&gt;I cannot figure out why I am getting compile errors on my project AND the example flexcan project.&lt;/P&gt;&lt;P&gt;From Example project:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/42973iCF9B5C0268A452F6/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have based my custom board off of the K70 tower.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something I did notice.&lt;/P&gt;&lt;P&gt;With MQX 4.0, K70 twr bsp, I am able to create an example program for flexcan. Compile, link, no probelms.&lt;/P&gt;&lt;P&gt;With v4.1, the K70 twr bsp no longer contains an example program for flexcan.&lt;/P&gt;&lt;P&gt;But my custom board, cloned from K70 tower, does have an example program for flexcan. This is the example I am having problems with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone else had this problem?&lt;/P&gt;&lt;P&gt;Thanks for any help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 15:22:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-v4-1-flexcan-compile-errors/m-p/376874#M12569</guid>
      <dc:creator>jamesmonczynski</dc:creator>
      <dc:date>2014-08-22T15:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: MQX v4.1 flexcan compile errors</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-v4-1-flexcan-compile-errors/m-p/376875#M12570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi James,&lt;/P&gt;&lt;P&gt;Please note there is a MQX4.1.1 update.&lt;/P&gt;&lt;P&gt;I looked at release notes and do not see any issue for compiling.&amp;nbsp; There was note about hardware issue with TWR_K70F120M as follows:&lt;/P&gt;&lt;P&gt;FlexCan Driver Issues&lt;/P&gt;&lt;P&gt;Several issues are identified during the development of the FlexCAN driver: On TWR-K70F120M board, the TX/RX signals&lt;/P&gt;&lt;P&gt;are not routed to the elevator by default and the FlexCAN example does not work. To enable the FlexCAN operation, solder&lt;/P&gt;&lt;P&gt;the zero-ohm resistors, R22 and R23, on TWR-K70F120M board. The 10-kbit baudrate doesn‟t generally work. FlexCAN&lt;/P&gt;&lt;P&gt;detects bit0 errors in its own transmitted messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In MQX4.x the FlexCAN demo is the only example and is in the MQX4.1.1/mqx/examples/can folder path.&lt;/P&gt;&lt;P&gt;I loaded this example using CW10.6 and MQX.4.1.1 and the GCC compiler and build without error.&lt;/P&gt;&lt;P&gt;Console output:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**** Build of configuration Int Flash SramData Debug for project fsl_flexcan_twrk70f120m ****&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"C:\\Freescale\\CW MCU v10.6\\gnu\\bin\\mingw32-make" -j16 all &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Building file: C:/Freescale/Freescale_MQX_4_1_0_GA/mqx/examples/can/flexcan/fsl_flexcan_test.c'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Executing target #1 C:/Freescale/Freescale_MQX_4_1_0_GA/mqx/examples/can/flexcan/fsl_flexcan_test.c'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Invoking: ARM Ltd Windows GCC C Compiler'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"C:/Freescale/CW MCU v10.6/Cross_Tools/arm-none-eabi-gcc-4_7_3/bin/arm-none-eabi-gcc" "C:/Freescale/Freescale_MQX_4_1_0_GA/mqx/examples/can/flexcan/fsl_flexcan_test.c" @"Source/fsl_flexcan_test.args" -MMD -MP -MF"Source/fsl_flexcan_test.d" -o"Source/fsl_flexcan_test.o"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Finished building: C:/Freescale/Freescale_MQX_4_1_0_GA/mqx/examples/can/flexcan/fsl_flexcan_test.c'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;' '&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Building target: C:/Freescale/Freescale_MQX_4_1_0_GA/mqx/examples/can/flexcan/build/cw10gcc/fsl_flexcan_twrk70f120m/Int Flash SramData Debug/fsl_flexcan.elf'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Executing target #2 C:/Freescale/Freescale_MQX_4_1_0_GA/mqx/examples/can/flexcan/build/cw10gcc/fsl_flexcan_twrk70f120m/Int Flash SramData Debug/fsl_flexcan.elf'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Invoking: ARM Ltd Windows GCC C Linker'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"C:/Freescale/CW MCU v10.6/Cross_Tools/arm-none-eabi-gcc-4_7_3/bin/arm-none-eabi-gcc" @"fsl_flexcan.args" -o"C:/Freescale/Freescale_MQX_4_1_0_GA/mqx/examples/can/flexcan/build/cw10gcc/fsl_flexcan_twrk70f120m/Int Flash SramData Debug/fsl_flexcan.elf"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Finished building target: C:/Freescale/Freescale_MQX_4_1_0_GA/mqx/examples/can/flexcan/build/cw10gcc/fsl_flexcan_twrk70f120m/Int Flash SramData Debug/fsl_flexcan.elf'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2014 18:08:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-v4-1-flexcan-compile-errors/m-p/376875#M12570</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2014-08-25T18:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: MQX v4.1 flexcan compile errors</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-v4-1-flexcan-compile-errors/m-p/376876#M12571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks David, but for some reason 4.1.1 just does not work correctly on my system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to create a new MQX 4.0 flexcan project, with my custom board (twrk70f120m with some pin changes), compile/link with some minor warnings.&lt;/P&gt;&lt;P&gt;I am able to create a new MQX 4.1 flexcan project, with same cloned custom board (cloned using 4.1 wizard now), compile with the above errors and warnings.&lt;/P&gt;&lt;P&gt;I noticed when creating, I no longer get the selection for GCC or Freescale compiler. I don't know if they just force GCC or what, because I know the Freescale compiler is out the door.&lt;/P&gt;&lt;P&gt;To me, it looks like the Freescale compiler is active, instead of GCC, which looks like it would generate the above errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have uninstalled 4.1 and re-installed 4.1.1 (FSLMQXOS_4_1_1_GA.exe), multiple times (because of some WEIRD errors), but I won't go into those in this thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I am still stuck with missing CAN defines and prototypes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2014 19:05:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-v4-1-flexcan-compile-errors/m-p/376876#M12571</guid>
      <dc:creator>jamesmonczynski</dc:creator>
      <dc:date>2014-08-25T19:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: Re: MQX v4.1 flexcan compile errors</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-v4-1-flexcan-compile-errors/m-p/376877#M12572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi James,&lt;/P&gt;&lt;P&gt;Maybe something has gotten hosed in the Cloning process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you try to load the TWR-K70F120M IAR workspace from:&lt;/P&gt;&lt;P&gt;C:\Freescale\Freescale_MQX_4_1_1_GA\build\twrk70f120m\iar\build_libs.eww&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do full build of the RTOS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then load the flexcan project:&lt;/P&gt;&lt;P&gt;C:\Freescale\Freescale_MQX_4_1_0_GA\mqx\examples\can\flexcan\build\iar\fsl_flexcan_twrk70f120m&lt;BR /&gt;\fsl_flexcan_twrk70f120m.ewp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I like this approach since I can (no pun intended!) have the RTOS and MQX application opened and play with each without having to ping pong workspaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will this compile without errors?&lt;/P&gt;&lt;P&gt;I've just tested this process with IAR7.20.&amp;nbsp; What version are you using?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2014 19:31:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-v4-1-flexcan-compile-errors/m-p/376877#M12572</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2014-08-25T19:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: Re: MQX v4.1 flexcan compile errors</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-v4-1-flexcan-compile-errors/m-p/376878#M12573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are using the GCC compiler. I would like to use IAR, company has not bought it yet.&lt;/P&gt;&lt;P&gt;I did not find a problem with 4.1.0 BSP cloning wizard, but I did find a problem with 4.1.1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From my newly generated SR &lt;SPAN style="font-family: Arial,Helvetica,sans-serif; font-size: 10pt;"&gt;&lt;STRONG&gt;1-2402761352&lt;/STRONG&gt;&lt;/SPAN&gt;:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial,Helvetica,sans-serif; font-size: 10pt;"&gt;1. Uninstalled 4.1.0 completely, deleted leftover folder. &lt;BR /&gt;&amp;nbsp; (Copied contents to another folder fo comparison) &lt;BR /&gt;2. Installed 4.1.1 (FSLMQXOS_4_1_1_GA.exe), default everything. &lt;BR /&gt;3. When done, use wizard to try cloning twrk70f120m as UniversalTester. &lt;BR /&gt;4. Get error cannot find "C:\Freescale\Freescale_MQX_4_1\tools\CodeWarriorNPW\UniversalTester_32.reg". Cannot use BSP made. &lt;BR /&gt;5. Did this multiple times until I saw error in log, "Cannot find C:\Freescale\Freescale_MQX_4_1\tools\generator\records\mqx_records\globals_full.yml". There is no globals_full.yml (4.1.0) but a globals.yml(4.1.1) is located at location. &lt;BR /&gt;6. Copied globals.yml to globals_full.yml &lt;BR /&gt;7. Ran BSP clone, NOW it worked. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial,Helvetica,sans-serif; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial,Helvetica,sans-serif; font-size: 10pt;"&gt;This just go me back to where I was before with the MQX 4.1.0 and the CAN errors.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial,Helvetica,sans-serif; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial,Helvetica,sans-serif; font-size: 10pt;"&gt;I have also tried to create an example program for flexcan using just the standard &lt;SPAN style="font-family: Arial,Helvetica,sans-serif; font-size: 10pt;"&gt;twrk70f120m board and there is NO flexcan example available.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial,Helvetica,sans-serif; font-size: 10pt;"&gt;&lt;SPAN style="font-family: Arial,Helvetica,sans-serif; font-size: 10pt;"&gt;It is weird because I used that board, untouched (no changes made, yet), to clone my custom board and the custom board has the flexcan example available.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2014 19:38:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-v4-1-flexcan-compile-errors/m-p/376878#M12573</guid>
      <dc:creator>jamesmonczynski</dc:creator>
      <dc:date>2014-08-25T19:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: Re: MQX v4.1 flexcan compile errors</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-v4-1-flexcan-compile-errors/m-p/376879#M12574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi James,&lt;/P&gt;&lt;P&gt;Sorry for the IAR tangent....I was answering too many questions at same time and my brain crossed threads.&lt;/P&gt;&lt;P&gt;Can you do the above process of opening the TWR-K70F120M RTOS in CW10.6, compile for debug target, open the flexcan MQX application and compile it successfully?&lt;/P&gt;&lt;P&gt;I'm trying to determine if the issue is a Cloning problem or MQX.4.1.1 installation problem, or environmental, or other.&lt;/P&gt;&lt;P&gt;I did successfully compile with CW10.6.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2014 19:45:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-v4-1-flexcan-compile-errors/m-p/376879#M12574</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2014-08-25T19:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: Re: MQX v4.1 flexcan compile errors</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-v4-1-flexcan-compile-errors/m-p/376880#M12575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm currently using 10.5, so I'll have to DL and try.&lt;/P&gt;&lt;P&gt;That was my next thing to do, based on what I saw in your replies:&lt;/P&gt;&lt;P&gt;""C:/Freescale/CW MCU v10.6/Cross_Tools.."&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2014 19:49:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-v4-1-flexcan-compile-errors/m-p/376880#M12575</guid>
      <dc:creator>jamesmonczynski</dc:creator>
      <dc:date>2014-08-25T19:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: MQX v4.1 flexcan compile errors</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-v4-1-flexcan-compile-errors/m-p/376881#M12576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Installed 10.6.&lt;/P&gt;&lt;P&gt;I brought in the twrk70f120m board and compiled, minor warning.&lt;/P&gt;&lt;P&gt;New 4.1 project, no flexcan example project for twrk70f120m seen.&lt;/P&gt;&lt;P&gt;Navigated over to C:\Freescale\Freescale_MQX_4_1\mqx\examples\can\flexcan\build\cw10gcc. Imported fsl_flexcan_twrk70f120m.&lt;/P&gt;&lt;P&gt;Compiles and links, no problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, this is not the flexcan that I used in MQX 4.0, this is fsl_flexcan and I used just plain old flexcan.&lt;/P&gt;&lt;P&gt;Function-wise, they are different.&lt;/P&gt;&lt;P&gt;It looks like I would have to re-write all my CAN tasks to now use the fsl_flexcan way, instead of the flexcan way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know who, what, why differences between the two? I REALLY don't want to re-write the 4.0 CAN tasks, they work so well :smileyhappy:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2014 20:59:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-v4-1-flexcan-compile-errors/m-p/376881#M12576</guid>
      <dc:creator>jamesmonczynski</dc:creator>
      <dc:date>2014-08-25T20:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: MQX v4.1 flexcan compile errors</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-v4-1-flexcan-compile-errors/m-p/376882#M12577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi James,&lt;/P&gt;&lt;P&gt;It does appear that new driver code was added from MQX4.0 to MQX4.1.&lt;/P&gt;&lt;P&gt;It looks like the "old" driver code is still present.&lt;/P&gt;&lt;P&gt;I'm asking if its as simple as removing the new and replacing with the old and re-compile the BSP.&lt;/P&gt;&lt;P&gt;Hope to know more tomorrow.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2014 21:47:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-v4-1-flexcan-compile-errors/m-p/376882#M12577</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2014-08-25T21:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: MQX v4.1 flexcan compile errors</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-v4-1-flexcan-compile-errors/m-p/376883#M12578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I noticed it is still present, also.&lt;/P&gt;&lt;P&gt;It just doesn't look like it is "enabled" for the k70.&lt;/P&gt;&lt;P&gt;I have tried bypassing the MQX setup and including what I need, but I still run into road block errors.&lt;/P&gt;&lt;P&gt;I will start looking at the new way to handle CAN also, since my CAN modules are are kind of plug and play with the application.&lt;/P&gt;&lt;P&gt;Its just that I was not expecting to update CAN functionality by updating MQX version.&lt;/P&gt;&lt;P&gt;What I needed was some other new processor functionality (flash swap on a K70 derivative) that 4.1 provides.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 12:37:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-v4-1-flexcan-compile-errors/m-p/376883#M12578</guid>
      <dc:creator>jamesmonczynski</dc:creator>
      <dc:date>2014-08-26T12:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: MQX v4.1 flexcan compile errors</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-v4-1-flexcan-compile-errors/m-p/376884#M12579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I submitted an SR on this and was told to to do just that.&lt;/P&gt;&lt;P&gt;I have started another thread (forgot about this one) to address disabling the new fsl flexcan driver and enabling the old flexcan driver.&lt;/P&gt;&lt;P&gt;I am still having problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/330040"&gt;Anyone know an easy way to enable old flexcan driver over the new fsl_flexcan?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 14:18:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-v4-1-flexcan-compile-errors/m-p/376884#M12579</guid>
      <dc:creator>jamesmonczynski</dc:creator>
      <dc:date>2014-09-04T14:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: MQX v4.1 flexcan compile errors</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-v4-1-flexcan-compile-errors/m-p/376885#M12580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;I am using TWR_K70F120M with MQX 4.1.1. Iam trying to debug its sample example of CAN (FlexCAN). I have already sorted both R22 and R23 resistors. still I am not getting any ouptut on terminal. The output I am getting is shown below....&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="can.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/49497i973DC1576E14A635/image-size/large?v=v2&amp;amp;px=999" role="button" title="can.jpg" alt="can.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;R22 and R23 is connected to PTC16 and PTC17 pins respectively. The same PTC16 and PTC17 pins can be used for NAND Flash as mentioned in schematic diagram. Do i need to open both R342 and R343 resistors for disabling the NAND Flash.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will be highly appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ankur &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 07:46:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-v4-1-flexcan-compile-errors/m-p/376885#M12580</guid>
      <dc:creator>ankurrahi</dc:creator>
      <dc:date>2015-01-23T07:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: MQX v4.1 flexcan compile errors</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-v4-1-flexcan-compile-errors/m-p/376886#M12581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ankur,&lt;/P&gt;&lt;P&gt;Please check this post: &lt;A href="https://community.nxp.com/thread/330040"&gt;Anyone know an easy way to enable old flexcan driver over the new fsl_flexcan?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;See if that helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jan 2015 18:38:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-v4-1-flexcan-compile-errors/m-p/376886#M12581</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2015-01-27T18:38:14Z</dc:date>
    </item>
  </channel>
</rss>

