Pull request #117: am243x: SDFM: Update release note
Merge in PINDSW/motor_control_sdk from a0502729_SDFM_update_release_note to next * commit 'cdb699254e81682a7aece933c7625cc8ad173964': am243x: SDFM: Update release note
This commit is contained in:
commit
e130dbc2d0
@ -424,6 +424,47 @@ earlier SDKs.
|
|||||||
<td> Updated parameters to take only buffer offset and data, instead of data for all buffers.
|
<td> Updated parameters to take only buffer offset and data, instead of data for all buffers.
|
||||||
<td> -
|
<td> -
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td> Current Sense %SDFM
|
||||||
|
<td> \ref SDFM_init
|
||||||
|
<td> Added new parameter for PRU core Id.
|
||||||
|
<td> -
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td> Current Sense %SDFM
|
||||||
|
<td> \ref SDFM_configComparatorGpioPins
|
||||||
|
<td> Removed parameter: `threshold_type`.
|
||||||
|
<td> -
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td> Current Sense %SDFM
|
||||||
|
<td> Structure: \ref SDFM_CfgTrigger
|
||||||
|
<td> Added new variable: `en_continuous_mode`.
|
||||||
|
<td> -
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td> Current Sense %SDFM
|
||||||
|
<td> Structure: \ref SDFM_ChCtrl
|
||||||
|
<td> Added new variables: `en_fast_detect`, `en_phase_delay`, `clock_phase_delay` & `clock_edge`.
|
||||||
|
<td> -
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td> Current Sense %SDFM
|
||||||
|
<td> Structure: \ref SDFM_ThresholdParms
|
||||||
|
<td> Added new variables: `zeroCrossTh`, `zeroCrossThstatus`, `zeroCrossEn`, `lowThStatus` and `highThStatus`.
|
||||||
|
<td> -
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td> Current Sense %SDFM
|
||||||
|
<td> Structure: \ref SDFM_Cfg
|
||||||
|
<td> Added new variables: `fd_window`, `fd_zero_max`, `fd_zero_min`, `fd_one_max` and `fd_one_min`.
|
||||||
|
<td> -
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td> Current Sense %SDFM
|
||||||
|
<td> Structure: \ref SDFM_Interface
|
||||||
|
<td> Added new variables: `sampleBufferBaseAdd` and `firmwareVersion`.
|
||||||
|
<td> -
|
||||||
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@ -99,11 +99,6 @@ Other than the basic EVM setup mentioned in <a href="@VAR_MCU_SDK_DOCS_PATH/EVM_
|
|||||||
\image html Tamagawa_connections.JPG "Tamagawa Encoder Hardware Setup for 3 channels"
|
\image html Tamagawa_connections.JPG "Tamagawa Encoder Hardware Setup for 3 channels"
|
||||||
|
|
||||||
\cond SOC_AM243X
|
\cond SOC_AM243X
|
||||||
|
|
||||||
\imageStyle{Tamagawa_Setup_am243x_lp.jpeg,width:60%}
|
|
||||||
\image html Tamagawa_Setup_am243x_lp.jpeg "Hardware Setup for 1 channel on AM243x Launchpad"
|
|
||||||
|
|
||||||
|
|
||||||
## Hardware Setup(Using Booster Pack & AM243x-LP)
|
## Hardware Setup(Using Booster Pack & AM243x-LP)
|
||||||
\imageStyle{Tamagawa_Booster_Pack.png,width:40%}
|
\imageStyle{Tamagawa_Booster_Pack.png,width:40%}
|
||||||
\image html Tamagawa_Booster_Pack.png "Hardware Setup of Booster Pack + LP for Tamagawa"
|
\image html Tamagawa_Booster_Pack.png "Hardware Setup of Booster Pack + LP for Tamagawa"
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.7 MiB |
@ -65,7 +65,7 @@ const lnkfiles = {
|
|||||||
|
|
||||||
const syscfgfile = "../example.syscfg";
|
const syscfgfile = "../example.syscfg";
|
||||||
|
|
||||||
const readmeDoxygenPageTag = "EXAMPLE_MOTORCONTROL_SDFM";
|
const readmeDoxygenPageTag = "BASIC_SDFM_EXAMPLES";
|
||||||
|
|
||||||
const templates_freertos_r5f =
|
const templates_freertos_r5f =
|
||||||
[
|
[
|
||||||
|
|||||||
@ -65,7 +65,7 @@ const lnkfiles = {
|
|||||||
|
|
||||||
const syscfgfile = "../example.syscfg";
|
const syscfgfile = "../example.syscfg";
|
||||||
|
|
||||||
const readmeDoxygenPageTag = "EXAMPLE_MOTORCONTROL_SDFM";
|
const readmeDoxygenPageTag = "BASIC_SDFM_EXAMPLES_WITH_CONTINUOUS_NC";
|
||||||
|
|
||||||
const templates_freertos_r5f =
|
const templates_freertos_r5f =
|
||||||
[
|
[
|
||||||
|
|||||||
@ -65,7 +65,7 @@ const lnkfiles = {
|
|||||||
|
|
||||||
const syscfgfile = "../example.syscfg";
|
const syscfgfile = "../example.syscfg";
|
||||||
|
|
||||||
const readmeDoxygenPageTag = "EXAMPLE_MOTORCONTROL_SDFM";
|
const readmeDoxygenPageTag = "BASIC_SDFM_EXAMPLES";
|
||||||
|
|
||||||
const templates_freertos_r5f =
|
const templates_freertos_r5f =
|
||||||
[
|
[
|
||||||
|
|||||||
@ -65,7 +65,7 @@ const lnkfiles = {
|
|||||||
|
|
||||||
const syscfgfile = "../example.syscfg";
|
const syscfgfile = "../example.syscfg";
|
||||||
|
|
||||||
const readmeDoxygenPageTag = "EXAMPLE_MOTORCONTROL_SDFM";
|
const readmeDoxygenPageTag = "BASIC_SDFM_EXAMPLES_WITH_CONTINUOUS_NC";
|
||||||
|
|
||||||
const templates_freertos_r5f =
|
const templates_freertos_r5f =
|
||||||
[
|
[
|
||||||
|
|||||||
@ -66,7 +66,7 @@ const lnkfiles = {
|
|||||||
|
|
||||||
const syscfgfile = "../example.syscfg";
|
const syscfgfile = "../example.syscfg";
|
||||||
|
|
||||||
const readmeDoxygenPageTag = "EXAMPLE_MOTORCONTROL_SDFM";
|
const readmeDoxygenPageTag = "BASIC_SDFM_EXAMPLE_WITH_PHASE_DELAY";
|
||||||
|
|
||||||
const templates_freertos_r5f =
|
const templates_freertos_r5f =
|
||||||
[
|
[
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user