Forum: Open Source & Homebrew Jailbreak - If you are looking for news and helpful information on PS3 topics like open source and homebrew jailbreak solutions then PSX-Scene should be your first stop. You can stay up to date on topics such as PSGroove and PSFreedom plus much more.


The above video goes away if you are a member and logged in, so log in now!




 
Would you like to get all the new info from
PSX-Scene in your email each day?




Want to learn more about the team keeping you up to date with the latest scene news?

Read about them now!

Check out our Developer bios, too!

 


User Tag List

Thread: Need PSGroove source help for 3.3v Teensy++ 2.0
  

Results 1 to 8 of 8
  1. #1 Question Need PSGroove source help for 3.3v Teensy++ 2.0 
    KrzyInuYasha is online now Member
    Join Date
    Jun 2002
    Posts
    47
    Downloads
    5
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Hi I'm hoping some one can help me out here. I want to change my Teensy++ 2.0 to 3.3v, I'm finding at 5v after a few minute of being on the CPU gets quite warm to the touch. While not serious risk of damage warm I tend to run my PS3 for hours on end. I would prefer having the heat be generated by a voltage regulator then the CPU it's self.

    The issue I've run into is according to PJRC I have the set CPU_PRESCALE to (0x01) for a 8MHz clock rate for the 3.3v. I have managed to find how to set the make file for the 8MHz clock rate, I have not been able to find any thing in the source related to the CPU_Prescale.

    If any one can help me on this I would be grateful, I'm currently trying to use the Hermes source for this.

    For those who want to see what PJRC wants in the source for 3.3v usage.
    http://www.pjrc.com/teensy/3volt.html
    Reply With Quote  

  2. #2  
    nolook is offline Member
    Join Date
    Sep 2010
    Posts
    111
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    1
    Likes Received
    0
    you realize you can unplug the teensy after the debug xmb loads up right?
    Reply With Quote  

  3. #3  
    KrzyInuYasha is online now Member
    Join Date
    Jun 2002
    Posts
    47
    Downloads
    5
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    From my understanding and what has been posted if you unplug the AVR while in Dev mode the system will crash. Hence the reason why I want to convert to 3.3 volts so the CPU will run cooler when left on for hours (8+) to days (up to 2 weeks at times).
    Reply With Quote  

  4. #4  
    nolook is offline Member
    Join Date
    Sep 2010
    Posts
    111
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    1
    Likes Received
    0
    nope the ps3 groove project removed this 'crash' you are talking about
    Reply With Quote  

  5. #5  
    KrzyInuYasha is online now Member
    Join Date
    Jun 2002
    Posts
    47
    Downloads
    5
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Eh what do you know it does work guess you learn some thing new every day. Still though would like to know how to set it for the 3.3v for future referance.
    Reply With Quote  

  6. #6  
    udip is offline Registered User
    Join Date
    Sep 2010
    Posts
    29
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    You can change the prescale by:

    clock_prescale_set(clock_div_16);

    But that would change all your program timings. A better way is to halt the processor after the ativitation code is "done"
    Reply With Quote  

  7. #7  
    udip is offline Registered User
    Join Date
    Sep 2010
    Posts
    29
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    By the way, there is an internal voltage regulator on the chip. Why do they have to add the external regulator? My U2 runs cool with internal regulator.
    Reply With Quote  

  8. #8  
    jaekid's Avatar
    jaekid is offline Teensy++ 2.0 User
    Join Date
    Sep 2010
    Posts
    792
    Downloads
    1
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    dude it really doesn't run THAT hot. i have the same board and noticed that it does become slightly warm after being plugged in for a bit, but definitely nothing to worry about.

    i even have placed mine in a case and have absolutely NO worries whatsoever about it.

    have you ever touched your cable box or surround sound receiver after its been on for awhile? the nature of pcb's is typically they get a little warm when current is ran through them for a period of time.

    you're good with the standard config, promise.
    Reply With Quote  

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •