<?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>Processor Expert SoftwareのトピックClock Configuration and Serial on TWRK60D100</title>
    <link>https://community.nxp.com/t5/Processor-Expert-Software/Clock-Configuration-and-Serial-on-TWRK60D100/m-p/374493#M2881</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using a TWR K60D100 Tower System. My Goal is to run the System in the normal Run Modes with predefined Clock Configurations.&lt;/P&gt;&lt;P&gt;My Problem is, that when I change the Clock Configuration, with the ProcessorExpert Function&lt;/P&gt;&lt;P&gt;"Cpu_SetClockConfiguration(BSP_CLOCK_CONFIGURATION_1);"&lt;/P&gt;&lt;P&gt;my Serial Output (i.e. the Terminal Output) is messed up. And the frequency of the blinking LED changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i boot in a different Clock Mode, by setting in the twrk60100d.h file the&lt;/P&gt;&lt;P&gt;#define BSP_CLOCK_CONFIGURATION_STARTUP (BSP_CLOCK_CONFIGURATION_96MHZ) to another one e.g. #define BSP_CLOCK_CONFIGURATION_STARTUP (BSP_CLOCK_CONFIGURATION_12MHZ)&lt;/P&gt;&lt;P&gt;the serial line works just fine and also the power consumption is less of course.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I change the clock with the function _bsp_set_clock_configuration(...), the hw timer is adjusted (LED blinks at same freq. for every Clock Config)&lt;/P&gt;&lt;P&gt;but still the Serial Ouput is messed up after the change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To me it looks like the new Clock Configuration is not properly sent to&lt;/P&gt;&lt;P&gt;the UART Module or updated by it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Hmm finally i found the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I change the Clock Configuration Mode with _lpm_set_clock_configuration(...); it changes all perfectly.&lt;/P&gt;&lt;P&gt;I have to say that i enabled MQX_ENABLE_LOW_POWER in the user_config.h.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shouldn't this be covered by Processor Expert so that i can simply drag'n drop the Change Clock Config function?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Feb 2015 09:58:11 GMT</pubDate>
    <dc:creator>clenz</dc:creator>
    <dc:date>2015-02-13T09:58:11Z</dc:date>
    <item>
      <title>Clock Configuration and Serial on TWRK60D100</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Clock-Configuration-and-Serial-on-TWRK60D100/m-p/374493#M2881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using a TWR K60D100 Tower System. My Goal is to run the System in the normal Run Modes with predefined Clock Configurations.&lt;/P&gt;&lt;P&gt;My Problem is, that when I change the Clock Configuration, with the ProcessorExpert Function&lt;/P&gt;&lt;P&gt;"Cpu_SetClockConfiguration(BSP_CLOCK_CONFIGURATION_1);"&lt;/P&gt;&lt;P&gt;my Serial Output (i.e. the Terminal Output) is messed up. And the frequency of the blinking LED changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i boot in a different Clock Mode, by setting in the twrk60100d.h file the&lt;/P&gt;&lt;P&gt;#define BSP_CLOCK_CONFIGURATION_STARTUP (BSP_CLOCK_CONFIGURATION_96MHZ) to another one e.g. #define BSP_CLOCK_CONFIGURATION_STARTUP (BSP_CLOCK_CONFIGURATION_12MHZ)&lt;/P&gt;&lt;P&gt;the serial line works just fine and also the power consumption is less of course.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I change the clock with the function _bsp_set_clock_configuration(...), the hw timer is adjusted (LED blinks at same freq. for every Clock Config)&lt;/P&gt;&lt;P&gt;but still the Serial Ouput is messed up after the change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To me it looks like the new Clock Configuration is not properly sent to&lt;/P&gt;&lt;P&gt;the UART Module or updated by it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Hmm finally i found the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I change the Clock Configuration Mode with _lpm_set_clock_configuration(...); it changes all perfectly.&lt;/P&gt;&lt;P&gt;I have to say that i enabled MQX_ENABLE_LOW_POWER in the user_config.h.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shouldn't this be covered by Processor Expert so that i can simply drag'n drop the Change Clock Config function?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 09:58:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Clock-Configuration-and-Serial-on-TWRK60D100/m-p/374493#M2881</guid>
      <dc:creator>clenz</dc:creator>
      <dc:date>2015-02-13T09:58:11Z</dc:date>
    </item>
  </channel>
</rss>

