-
Notifications
You must be signed in to change notification settings - Fork 1
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
SUOSERIAL Demonstration Example #6
Conversation
972db53
to
4eefe73
Compare
bcab0e1
to
2956e18
Compare
@koen-vdm can you please elaborate on the CI report? It's not clear to me why the CI fails to find the project. |
b8d317c
to
606ecb6
Compare
Hello @ioannis-karachalios, |
606ecb6
to
e09750f
Compare
@koen-vdm, thanks for the prompt reply. CI issues are now solved. |
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.
Hi Ioannis,
1/ Nice software example
2/ I see no messages in the RTT viewer
3/ Please add instructions how to add the SUOSERIAL (instead of SUOTA) to an existing project
4/ Please add the SUSERIAL adapted PXP-reporter project (zipped)
Hi Ioannis, |
I did a quick test and code size can be reduced from ~69kB to ~65kB if the Segger libraries and WDG service are excluded from build. Another mechanism that significantly reduces code size is the RCx calibration, by zeroing |
e09750f
to
6ebb65b
Compare
The modified proximity reporter source code is pushed under the |
6ebb65b
to
0e94665
Compare
README now includes the |
@Aart-Kleinendorst is there any further feedback on this PR? Can we merge it into main? |
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.
suoserial_host>host_suoserial.exe COM4 pxp_reporter.1.0.0.1.img FAILS
HOST_USB_UPDATER_VERSION = 2
Error in opening serial port
Result:Fail
If I disable config_RTT (to reduce code-size a HARDFAULT is generated.
|
||
- Open a command prompt at `<path_on_your_machine>/suoserial_sample_code/suoserial_host`. | ||
|
||
- If the host runs on a Windows machine hit `host_usb.exe <COM port> pxp_reporter.1.0.0.1.img -verbose`. |
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.
change 'host_usb.exe' in 'host_suoserial.exe'
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.
Done
Only the serial port number should be provided, that is |
PR has been moved to our internal Bitbucket. Discussions will be continued from there. |
This application should be ported from the DA1469x family of devices. Naming convention is remained, despite the fact that the DA1459x family of devices does not feature a USB device controller.