Quantcast
Channel: Forums - Recent Threads
Viewing all articles
Browse latest Browse all 262198

AM3359 (BeagleBone) freezes

$
0
0

When I load my software onto the beaglebone everything is successful.  The GEL file scripts successfully execute and the program is properly loaded onto the processor.  The issue i get is that when the GPIO1ModuleClkConfig is executed the first time it hangs on the following piece of code (which is an include file):

    /*
    ** Waiting for IDLEST field in CM_PER_GPIO1_CLKCTRL register to attain the
    ** desired value.
    */
    while((CM_PER_GPIO1_CLKCTRL_IDLEST_FUNC <<
           CM_PER_GPIO1_CLKCTRL_IDLEST_SHIFT) !=
           (HWREG(SOC_CM_PER_REGS + CM_PER_GPIO1_CLKCTRL) &
            CM_PER_GPIO1_CLKCTRL_IDLEST));

if i restart the debugger.   It then executes the code flawlessly.  Has anyone else experienced a similar issue?


Viewing all articles
Browse latest Browse all 262198

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>