-
Notifications
You must be signed in to change notification settings - Fork 3k
DISCO_L072CZ_LRWAN1: Add support of USB Device #4572
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
/* hardcoded size of FIFO according definition*/ | ||
HAL_PCDEx_PMAConfig(&hpcd , 0x00 , PCD_SNG_BUF, 0x30); | ||
HAL_PCDEx_PMAConfig(&hpcd , 0x80 , PCD_SNG_BUF, 0x70); | ||
#if 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this completely disappear (just the code that is now active) or reworked?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're right. I'll remove the unactive code.
@0xc0170 Could you re-review? |
Can you please resolve conflicts? |
7fc1fee
to
cc47104
Compare
Rebased and solved conflicts. |
Description
This pull request enable the USB Device on this platform. Clock setting has been updated to enable the HSI48 clock of the device.
Status
READY
USB_1 and USB_4 tests are OK.
Migrations
NO
Testing