Open
Conversation
Used shorthand macro for USBIF and USBIE. Bits are in different registers on these chips. Defined BD and Buffer starting addresses for these processors
This is working configuration code for the 18F25k50 and 45k50.
Added configurations to all relevant demos. Updated readme to list 18F25K50.
Owner
|
Hi, this looks really good on the surface. I have some 25k50 in a box that I've never used, so I'll try to find some time to try this out. Were you able to run it without a crystal? What do you know about this: #23 ? |
Author
|
Yeah this code is set up for intosc in the examples. The board I tested this with has no crystal on it, so that part was important haha. I have not gotten far enough in my application to run into any issues like in #23 . I did, however, read that previously and have made a mental note. I do have a beagle 480 so hopefully if it does show up I can see it relatively quickly |
Open
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Did this work for myself. I saw that the guys from PStar already did something similiar. This is more generic and just for the MCU in general. Not sure if this will get merged since I see quite a few requests sitting here.