H7-TOOL_STM32H7_App/Doc/待解决问题.txt
2020-05-29 22:53:39 +08:00

14 lines
976 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

--本文件记录一些待解决或待优化的问题--
1. qspi_read(), lua连续读取存在问题.
2. 文件管理界面写字库操作1分钟屏保进入后再唤醒程序实际在刷屏函数中出不来。
3. systick 中断优先级 = 0、 stm32h7xx_hal_conf.h
#define TICK_INT_PRIORITY 0 // ((uint32_t)0x0F) /*!< tick interrupt priority */
4. bsp_CheckRunTime, bsp_GetRunTime 函数内部去掉关闭中断的操作影响QSPI写操作。
2020-05-29 V1.20版 遗留问题
5. 1拖4功能。烧写H750成功率100% 烧写STM32F030 时,偶尔出错
- 怀疑GPIO阻抗匹配问题。已将QSPI Flash GPIO速度和TFT LCD SPI的GPIO速度降低。但是改善不明显
- 也可能和程序运行状态有关比如USB访问以太网访问。一段时间几秒钟内总是出错。过了一段时间总是成功。
- 也许和目标CPU的程序有关因为烧写的测试程序是全55。CPU上电后进入异常中断。