Search found 5 matches

by XH_Timmo
Sat Sep 14, 2024 8:02 am
Forum: ESP-IDF
Topic: Can I use DMA for ESP32C3`IIC to drive ssd1306?
Replies: 6
Views: 1187

Re: Can I use DMA for ESP32C3`IIC to drive ssd1306?

MicroController wrote: What does that mean?
Sorry, my English is bad , I meanings “残影” , looks like flash frequence is not enough.
MicroController wrote: How would using DMA solve your problem?
If I can use DMA, my transmission will be faster than now.
by XH_Timmo
Sat Sep 14, 2024 7:42 am
Forum: ESP-IDF
Topic: Can`t flash on ESP32C3
Replies: 0
Views: 334

Can`t flash on ESP32C3

ESP32C3 Module designed by myself. When I flash, the IDF is stay at "Running stub...." without any error, like this: 微信图片_20240914153710.png I have pull up GPIO2 & GPIO8, and my board have auto-flash module: 屏幕截图 2024-09-14 154023.png 屏幕截图 2024-09-14 154012.png and I have try replace the flash and m...
by XH_Timmo
Sat Aug 17, 2024 11:36 am
Forum: ESP-IDF
Topic: Can I use DMA for ESP32C3`IIC to drive ssd1306?
Replies: 6
Views: 1187

Re: Can I use DMA for ESP32C3`IIC to drive ssd1306?

Thank you. I will look for a better displayer.
by XH_Timmo
Sat Aug 17, 2024 9:07 am
Forum: ESP-IDF
Topic: Can I use DMA for ESP32C3`IIC to drive ssd1306?
Replies: 6
Views: 1187

Can I use DMA for ESP32C3`IIC to drive ssd1306?

It has afterimage when I using ESP32C3`IIC to drive ssd1306 with 1 MHz. So I want to solve this problen with DMA. But in Technical Manuals, I can`t find IIC config in DMA, like this: 屏幕截图 2024-08-17 170549.png This is my code to write data: static esp_err_t ssd1306_write_data(void *sensor, const uin...
by XH_Timmo
Wed Aug 07, 2024 3:07 am
Forum: ESP-IDF 中文讨论版
Topic: printf格式化问题,编译结果和ide的语法高亮不一致(整型和长整型的认定)
Replies: 1
Views: 1176

Re: printf格式化问题,编译结果和ide的语法高亮不一致(整型和长整型的认定)

看上去是需要配置一下语言服务器了。应该是LSP搜到的头文件和你使用的不一样。而且位数和什么架构是没有关系的吧,定义变量类型长度的和编译器位数有关。实在不行在确保正确的情况下可以做一个typedef?等一个解决方案。 :ugeek: