Frequently Asked Questions (FAQ)

This document collects common issues encountered by users during usage and provides corresponding solutions.

1. Firmware Programming


Q2. First compilation error after creating an example project

image-20251103101635806

Solution: Right-click the project and select Synchronize scons configuration to project.

image-20251103101758894


Q3. RFP stuck while creating a new project

image-20251103103104173

Solution:

  1. Select Tool

image-20251103103152739

  1. Put the development board into BOOT mode (hold the BOOT button while pressing RST). When the following window appears, click OK to connect.(Do not release the BOOT button until the project is created successfully.)

image-20251103103227657


Q4. Unable to flash HEX file using RFP

image-20251103102857223

  1. Solution:

    1. Connect via the USB port labeled USB-DEV.

    2. Make sure the development board is in BOOT mode.



Q5. Chip cannot be programmed

Solution: If the chip cannot be programmed, you can reinitialize it as follows:

Enter BOOT mode, then click Initialize Chip as shown below:

image-20251103103547340


Q6. Error after clicking download:

Error(E0000305): The program file exceeds the flash memory size of target device. Operation failed.

Solution:

Refer to the image below:

image-20251103104256487



Q8. Error “rtthread.bin not found (file not found)” when flashing

image-20251103105126768

Solution:

Configure the project’s debug and download parameters as shown below:

image-20251103105322750

image-20251103105437733


2. Camera and Display Connection

Q9. Camera Connection

Solution:

  • MIPI CSI:

    Use a 22-pin reverse FFC cable to connect the development board’s MIPI DSI/CSI connector to the camera adapter board’s MIPI connector.

image-20251103133548729

  • CEU:

​ Use a 22-pin reverse FFC cable to connect the development board’s CEU_CAM connector to the camera adapter board’s DVP connector.

image-20251103133556818


Q10. RGB LCD Connection

Solution:

Display model: ALIENTEK 4.3” RGB LCD 800×480

Use a 40-pin same-direction FFC cable to connect the development board’s LCD_RGB connector to the display.

image-20251103115738001


Q11. MIPI LCD Connection

Solution:

Display model: Guanxian TL043WVV02CT

Use a 22-pin reverse FFC cable to connect the development board’s MIPI DSI/CSI connector to the display adapter board’s DIS-MIPI connector. Then connect the MIPI display to the adapter board’s TITAN-MIPI connector.

A Dupont wire is required to connect the BL pin on the display adapter board to the PB07 pin (the GPIO pin used to provide backlight can be changed as needed).

image-20251105125023597

image-20251103115211524


3. Runtime Issues

Q12. System freezes after running for a while

Solution:

Possible causes include:

  • Insufficient task stack space → Increase stack size when creating threads.

  • Memory leaks → Check heap usage.

  • Deadlock or priority inversion → Review mutex and semaphore usage.


##Feedback & Support

If you encounter other issues, you can get help through the following channels: