Part Number: AWR2944EVM Tool/software: I find how to set hard coded configuration in 68xx.
dev.ti.com/.../node
But, I want to know how to set hard coded configuration in ARW2944 EVM.
Please tell me how to set hard coded configuration in ARW2944 EVM. …
Part Number: AWR2944EVM Tool/software: Hello Designer,
Recently I got a request to save config used by board, as a result I decided to write config into flash.
Specifically I write config at address of 0x001E0000 in the flash:
void func(){
status = Flash_write…
Hi Li,
Thank you for your patience. It appears there is some data corruption based on the plots you have shared which could have possibly occurred due to:
Interference from an external source
Would it be possible to perform some interference detection…
Part Number: AWR2944EVM Other Parts Discussed in Thread: AWR2944 Tool/software: Hi,
When debugging with the AWR2944, sampling works normally with the official default parameters.
However, when using custom-configured waveform parameters, it was observed…
Part Number: AWR2944EVM Other Parts Discussed in Thread: AWR2944
Tool/software:
Hello team,
I Build a project for AWR2944. So, i import (awr2944_mmw_nonos_demo_TDM) project to CCS from (radar_toolbox_1_30_00_05) and project is build without error.
After…
Part Number: AWR2944EVM Tool/software: Hi designer,
There are two appimage files in my solution to make program robust ,that when flash of one file have some problems, It still can work by running another file.
But when I test my solution, SBL prompt…
Part Number: AWR2944EVM Other Parts Discussed in Thread: AWR2944 Tool/software: Hi designer,
In AWR294x Technical Reference Manual, I only find warmreset by writing b'111' to WARM_RESET_CONFIG Register's sw_rst field, it is top domain reset.…