am243x: SDFM: Update release note
- Update 9.1 release note for SDFM changes - Remove tamagawa LP + TIDA-197 Hw setup image Fixes: PINDSW-7472 Signed-off-by: Achala Ram <a-ram@ti.com>
This commit is contained in:
parent
019d1665d5
commit
cdb699254e
@ -424,6 +424,47 @@ earlier SDKs.
|
||||
<td> Updated parameters to take only buffer offset and data, instead of data for all buffers.
|
||||
<td> -
|
||||
</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>
|
||||
|
||||
@ -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"
|
||||
|
||||
\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)
|
||||
\imageStyle{Tamagawa_Booster_Pack.png,width:40%}
|
||||
\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 readmeDoxygenPageTag = "EXAMPLE_MOTORCONTROL_SDFM";
|
||||
const readmeDoxygenPageTag = "BASIC_SDFM_EXAMPLES";
|
||||
|
||||
const templates_freertos_r5f =
|
||||
[
|
||||
|
||||
@ -65,7 +65,7 @@ const lnkfiles = {
|
||||
|
||||
const syscfgfile = "../example.syscfg";
|
||||
|
||||
const readmeDoxygenPageTag = "EXAMPLE_MOTORCONTROL_SDFM";
|
||||
const readmeDoxygenPageTag = "BASIC_SDFM_EXAMPLES_WITH_CONTINUOUS_NC";
|
||||
|
||||
const templates_freertos_r5f =
|
||||
[
|
||||
|
||||
@ -65,7 +65,7 @@ const lnkfiles = {
|
||||
|
||||
const syscfgfile = "../example.syscfg";
|
||||
|
||||
const readmeDoxygenPageTag = "EXAMPLE_MOTORCONTROL_SDFM";
|
||||
const readmeDoxygenPageTag = "BASIC_SDFM_EXAMPLES";
|
||||
|
||||
const templates_freertos_r5f =
|
||||
[
|
||||
|
||||
@ -65,7 +65,7 @@ const lnkfiles = {
|
||||
|
||||
const syscfgfile = "../example.syscfg";
|
||||
|
||||
const readmeDoxygenPageTag = "EXAMPLE_MOTORCONTROL_SDFM";
|
||||
const readmeDoxygenPageTag = "BASIC_SDFM_EXAMPLES_WITH_CONTINUOUS_NC";
|
||||
|
||||
const templates_freertos_r5f =
|
||||
[
|
||||
|
||||
@ -66,7 +66,7 @@ const lnkfiles = {
|
||||
|
||||
const syscfgfile = "../example.syscfg";
|
||||
|
||||
const readmeDoxygenPageTag = "EXAMPLE_MOTORCONTROL_SDFM";
|
||||
const readmeDoxygenPageTag = "BASIC_SDFM_EXAMPLE_WITH_PHASE_DELAY";
|
||||
|
||||
const templates_freertos_r5f =
|
||||
[
|
||||
|
||||
Loading…
Reference in New Issue
Block a user