Other Parts Discussed in Thread: AWR1843, , SYSCONFIG
Tool/software:
The functions in awr1843 named
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
If AWR2944 use
Hi Bolong, can you please share the SDK version that you are using?
Regards,
Shailesh
查了一下它們在5.4 Signal Descriptions – Analog才有出現
而不像其他pin在5.2 Pin Attributes 或Table 5-1. Signal Descriptions - Digital in spec awr2944.pdf
請問是否因為這兩個pin number是類比訊號
所以FW不需要特別去設定他對嗎?
In AWR2944, the pinmux is generated by a tool called "Sysconfig". https://www.ti.com/tool/SYSCONFIG
After installing, you can refer to instructions in SDK:
"The source code for Pinmux module is generated by sysconfig. Please refer mmwave_mcuplus_sdk_<ver>/mcu_plus_sdk_<platform>_<ver>/docs
/api_guide_<platform>/SYSCONFIG_INTRO_PAGE.html for details"
Regards,
Shailesh
請問如果在ti_pinmux_config.c之後在我們的演算法中再做其他pin的pinmux config可行嗎?有風險嗎?
另外如何使用你們的sysconfig GUI 加上gpio的pin mode of pinmux like ti_pinmux_config.c, 因為我從GUI中找不到可以填的地方
Hi Bolong,
I am using a translator to understand your query so correct me if I misunderstood. Answer: In AWR2944, it should be okay to redefine the pinmux configuration in your algorithm even after it is initialized to some other configuration by the Sysconfig tool.
Regards,
Shailesh
Thanks for your help.
另外有些gpio在mss.syscfg裡面有ball number, 但是在 ti_pinmux_config.c裡面卻沒有定義它, 如 T13, U13
請問那我可以把它重新定義pinmux configuration到我的演算法嗎?會跟系統內有conflict?