Conversation
7501bac to
5ff5fbf
Compare
The merge-base changed after approval.
manojKoppolu
left a comment
There was a problem hiding this comment.
Please make changes as discussed for 64 bit output port
|
/agentic_describe |
|
/agentic_review |
PR Summary by QodoUpdate AM261x projects for latest SDK and PRU SPI max-frequency limits
AI Description
Diagram
High-Level Assessment
Files changed (57)
|
Code Review by Qodo
1.
|
|
/agentic_review |
The UART-not-simulated warning checked for the old uart_tx/uart_rx modules, which no longer exist after the UART refactor into uart_config/uart_tx_op/uart_rx_op. The check silently never fired.
Data Splitter, Memory Access, UART RX Op, and UART TX Op ports switch between 32-bit and 64-bit types depending on config; the port now labels itself in64/out64 in the 64-bit case instead of showing the generic input1/output1 name.
Reorder the delay-compensation loops relative to the Data Setup Time wait in the bit-read sequence (SCLK edge was toggling before the data setup delay completed), and account for Data Setup Time cycles in the validate() minimum SCLK width checks for all four SPI modes. This lowers the real achievable max frequency for SPI Read/Transfer; update the block docs and README table to report the corrected practical max frequencies instead of the unattainable theoretical ones.
Full SPI loopback example running at 10 MHz on AM261x-LP, including PRU firmware, MCU+ R5F application, and build files for CCS and makefile-based builds. Wired into examples/makefile SUBDIRS.
Code Review by Qodo
1.
|
|
/agentic_review |
Qodo reviews are paused for this user.Troubleshooting steps vary by plan Learn more → On a Teams plan? Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center? |
1 similar comment
Qodo reviews are paused for this user.Troubleshooting steps vary by plan Learn more → On a Teams plan? Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center? |
Bump am261x MCU+ SDK from 10.02.00.15 to 26.00.00.06 in CI workflows, add AM261x_ZNC and AM261x_ZFG_400 device variants to product.json, and regenerate CCS/makefile build files for all existing am261x-lp examples against the new SDK.
No description provided.