ВходНаше всё Теги codebook 无线电组件 Поиск Опросы Закон Пятница
26 апреля
408697 Топик полностью
Evgeny_CD, Архитектор (12.05.2013 10:49, просмотров: 261) ответил Apтём на Что не так с предложением
Читайте оргинал. 10. Module: CPU During normal operation, if a CPU write operation is interrupted by an incoming interrupt, it should be aborted (not completed) and resumed after the interrupt is serviced. However, some of these write operations may not be aborted, resulting in a double write to peripherals by the CPU (the first write during the interrupt and the second write after the interrupt is serviced). Work around Most peripherals are not affected by this issue, as a double write will not have a negative impact. However, the following communication peripherals will double-send data if their respective transmit buffers are written twice: SPI, I2C, UART and PMP. To avoid double transmission of data, utilize DMA to transfer data to these peripherals or disable interrupts while writing to these peripherals.