Skip to content

Commit

Permalink
Update README.md for samples with EWF
Browse files Browse the repository at this point in the history
  • Loading branch information
nam-ng committed Apr 19, 2023
1 parent c3ba992 commit 33261e3
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
9 changes: 8 additions & 1 deletion configuration/samples/iot_sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,18 @@ For example, if you create project with C++ option and CC-RX compiler, you will
------------------------
2. Caution / Known Issue
------------------------
After the project generation is completed, please do the pin assignment check for SCI.
2.1. After the project generation is completed, please do the pin assignment check for SCI.
In Smart Configurator editor (<projectname>.scfg)
- go to Pins tab
- at Pin Function, select SCI channel being used on the left panel (channel with opened blue box)
- on the right panel, check and change the pin function if it is incorrect:
RXDx and TXDx should be used but the default setting could be SMISOx and SMOSIx

This issue is fixed from e2 studio 2023-04 and Smart Configurator for RX 2.17.

2.2. If you use sample project with EWF library (Preliminary version) and disable the debug log,
the sample program can not communicate with RYZ014A module.
For the details of issue and workaround, please refer to this link
https://github.com/Azure/embedded-wireless-framework/issues/16

The issue will be fixed at next update of software package.
9 changes: 8 additions & 1 deletion configuration/samples/iot_sdk_pnp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,18 @@ For example, if you create project with C++ option and CC-RX compiler, you will
------------------------
2. Caution / Known Issue
------------------------
After the project generation is completed, please do the pin assignment check for SCI.
2.1. After the project generation is completed, please do the pin assignment check for SCI.
In Smart Configurator editor (<projectname>.scfg)
- go to Pins tab
- at Pin Function, select SCI channel being used on the left panel (channel with opened blue box)
- on the right panel, check and change the pin function if it is incorrect:
RXDx and TXDx should be used but the default setting could be SMISOx and SMOSIx

This issue is fixed from e2 studio 2023-04 and Smart Configurator for RX 2.17.

2.2. If you use sample project with EWF library (Preliminary version) and disable the debug log,
the sample program can not communicate with RYZ014A module.
For the details of issue and workaround, please refer to this link
https://github.com/Azure/embedded-wireless-framework/issues/16

The issue will be fixed at next update of software package.
9 changes: 8 additions & 1 deletion configuration/samples/temperature_pnp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,18 @@ For example, if you create project with C++ option and CC-RX compiler, you will
------------------------
2. Caution / Known Issue
------------------------
After the project generation is completed, please do the pin assignment check for SCI.
2.1. After the project generation is completed, please do the pin assignment check for SCI.
In Smart Configurator editor (<projectname>.scfg)
- go to Pins tab
- at Pin Function, select SCI channel being used on the left panel (channel with opened blue box)
- on the right panel, check and change the pin function if it is incorrect:
RXDx and TXDx should be used but the default setting could be SMISOx and SMOSIx

This issue is fixed from e2 studio 2023-04 and Smart Configurator for RX 2.17.

2.2. If you use sample project with EWF library (Preliminary version) and disable the debug log,
the sample program can not communicate with RYZ014A module.
For the details of issue and workaround, please refer to this link
https://github.com/Azure/embedded-wireless-framework/issues/16

The issue will be fixed at next update of software package.

0 comments on commit 33261e3

Please sign in to comment.