View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
056 | SBP | soft.mcu | public | 2023-08-06 04:49 | 2023-10-18 21:55 |
Reporter | na6ko | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Summary | 056: RAM write で increment pattern を使うと通信が止まる | ||||
Description | data で increment macro を使うとダメかもしれない. | ||||
Tags | No tags attached. | ||||
Attach Tags | |||||
|
原因を特定. increment macro 及び fixed macro で (31 - 7) * 0x100 bytes 以上書き込むと AH descriptor を浪費して MCU が死ぬ. 他の条件では AH の浪費は data buffer の折り合いもあって AH をそこまで使うことがない. とりあえずの対策: 根本的な対策: |