2665 views|1 replies

119

Posts

2

Resources
The OP
 

Pingtou Ge RRVB2601 Review: Unboxing, Hardware Analysis and Environment Setup [Copy link]

 This post was last edited by xiyue521 on 2021-7-19 01:45
The development board just arrived today, and I can’t wait to unbox it:

The development board is protected by an acrylic board. There is an OLED screen on the front and the main chip in the middle. There is a speaker and two chips on the back, which are a USB to serial port and a JTAG debugging chip. The black board is tall and elegant, and it also comes with two micro data cables. It is small and exquisite, simple and elegant. Great! Great! Great!

1. Unboxing and Schematic Diagram

RVB2601 is a development board based on the Pingtou Ge eco chip CH2601, with onboard JTAG debugger, WiFi&BLE chip W800, audio ADCES7210, audio DACES8156, 128x64 OLED screen, RGB three-color indicator light, user buttons, and Arduino-compatible expansion interface. CH2601 is a RISC-V eco chip based on Xuantie E906, with a maximum main frequency of 220MHz, supporting AliOS Things IoT operating system, Pingtou Ge YoC software platform and Pingtou Ge Jianchi development tool (CDK).

The Arduino interface of the development board connects the peripheral chip and the microcontroller pins, and the VCC and GND pins are overflowed for user convenience.

Functional block diagram of the development board:

The upper left corner is the power supply part: 5V to 3.3V—system and peripheral circuit power supply; 5V to 13V—screen power supply; 5V to 1.2V—CH2601 core power supply (actually using the CH2601 internal LDO power supply).

The lower left is the OLED screen: communication is achieved through SPI1. The resolution is 129*64. The only drawback is that it has no touch screen, otherwise it can be combined with LVGL GUI to achieve user interaction.

The WIFI W800 chip is above, which is connected to the main chip through SPI0. It can also be connected to cp2102 and STM32 JTAG debugger through uart and jtag for debugging and programming.

On the right is the audio part. The two audio ADC\DAC chips share configuration parameters through I2C and transmit data through I2S1 and 4.

Note that there is a PA pin that can mute the speaker, and a low level means muting.

Below is the debugging and programming interface of the main chip, debugging and programming through JTAG, printing data through the serial port, and the RC reset circuit.

JTAG uses the STM32103 chip:

The rest is GPIO connection LED and button:

Two user buttons and a three-primary-color LED:

2. Power on:

At the same time, the serial port prints LOG:

We can view the help through hllp:

It also supports custom instructions, which can easily debug and view memory values, restart the system, etc.:

3. Environment Construction:

CDK is a cross-platform integrated development environment based on wxWidgets graphics library, and its full name is (C-SKY development kit). CDK has a built-in project management unit and integrates CSKY binary development tools, providing users with a graphical embedded development environment and reducing the learning curve of embedded development.

Https://occ.t-head.cn/development/series/video?id=3864775351511420928&type=kind&softPlatformType=4#sticky

After downloading, click setup to install:

It takes about 5 minutes to install. Open CDK

Select New Project->Select HelloWorld. After importing and downloading, click F7 to compile, and then download to the development board:

This process uses the AliOS RTOS. In the main function, board_yoc_init is initialized, then the version number is printed, the OLED is initialized, helloworld is printed in the while loop, and then it is suspended for 1000ms and repeated.


The above is the content of unpacking and environment construction.

image-20210716222348-6.png (91.91 KB, downloads: 0)

image-20210716222348-6.png

image-20210716222348-4.png (189.18 KB, downloads: 0)

image-20210716222348-4.png

image-20210716222348-5.png (226.7 KB, downloads: 0)

image-20210716222348-5.png

image-20210716222348-1.png (522.01 KB, downloads: 0)

image-20210716222348-1.png

image-20210716222348-2.png (350.21 KB, downloads: 0)

image-20210716222348-2.png

image-20210716222348-7.png (44.45 KB, downloads: 0)

image-20210716222348-7.png

image-20210716222348-9.png (129.36 KB, downloads: 0)

image-20210716222348-9.png

image-20210716222348-10.png (56.88 KB, downloads: 0)

image-20210716222348-10.png

image-20210716222348-8.png (145.56 KB, downloads: 0)

image-20210716222348-8.png

image-20210716222348-11.png (88.11 KB, downloads: 0)

image-20210716222348-11.png

image-20210716222348-3.png (855.35 KB, downloads: 0)

image-20210716222348-3.png

image-20210716222348-12.png (133.99 KB, downloads: 0)

image-20210716222348-12.png

image-20210716222348-13.png (83.17 KB, downloads: 0)

image-20210716222348-13.png

image-20210716222348-17.png (22.03 KB, downloads: 0)

image-20210716222348-17.png

image-20210716222348-16.png (25.61 KB, downloads: 0)

image-20210716222348-16.png

image-20210716222348-18.png (35.77 KB, downloads: 0)

image-20210716222348-18.png

image-20210716222348-19.png (48.66 KB, downloads: 0)

image-20210716222348-19.png

image-20210716222348-15.png (105.72 KB, downloads: 0)

image-20210716222348-15.png

image-20210716222348-20.png (29.51 KB, downloads: 0)

image-20210716222348-20.png

image-20210716222348-23.png (69.18 KB, downloads: 0)

image-20210716222348-23.png

image-20210716222348-22.png (243.56 KB, downloads: 0)

image-20210716222348-22.png

image-20210716222348-21.png (419.67 KB, downloads: 0)

image-20210716222348-21.png

image-20210716222348-14.png (1.26 MB, downloads: 0)

image-20210716222348-14.png

image-20210716222426-29.png (91.91 KB, downloads: 0)

image-20210716222426-29.png

image-20210716222426-28.png (226.7 KB, downloads: 0)

image-20210716222426-28.png

image-20210716222426-25.png (350.21 KB, downloads: 0)

image-20210716222426-25.png

image-20210716222426-27.png (189.18 KB, downloads: 0)

image-20210716222426-27.png

image-20210716222426-24.png (522.01 KB, downloads: 0)

image-20210716222426-24.png

image-20210716222426-30.png (44.45 KB, downloads: 0)

image-20210716222426-30.png

image-20210716222426-33.png (56.88 KB, downloads: 0)

image-20210716222426-33.png

image-20210716222426-32.png (129.36 KB, downloads: 0)

image-20210716222426-32.png

image-20210716222426-31.png (145.56 KB, downloads: 0)

image-20210716222426-31.png

image-20210716222426-34.png (88.11 KB, downloads: 0)

image-20210716222426-34.png

image-20210716222426-26.png (855.35 KB, downloads: 0)

image-20210716222426-26.png

image-20210716222426-36.png (83.17 KB, downloads: 0)

image-20210716222426-36.png

image-20210716222426-35.png (133.99 KB, downloads: 0)

image-20210716222426-35.png

image-20210716222426-40.png (22.03 KB, downloads: 0)

image-20210716222426-40.png

image-20210716222426-39.png (25.61 KB, downloads: 0)

image-20210716222426-39.png

image-20210716222426-38.png (105.72 KB, downloads: 0)

image-20210716222426-38.png

image-20210716222426-42.png (48.66 KB, downloads: 0)

image-20210716222426-42.png

image-20210716222426-41.png (35.77 KB, downloads: 0)

image-20210716222426-41.png

image-20210716222426-43.png (29.51 KB, downloads: 0)

image-20210716222426-43.png

image-20210716222426-46.png (69.18 KB, downloads: 0)

image-20210716222426-46.png

image-20210716222426-45.png (243.56 KB, downloads: 0)

image-20210716222426-45.png

image-20210716222426-44.png (419.67 KB, downloads: 0)

image-20210716222426-44.png

image-20210716222426-37.png (1.26 MB, downloads: 0)

image-20210716222426-37.png

RVB2601 开发板用户手册.pdf

2.02 MB, downloads: 19

CH2601 数据手册.pdf

1012.28 KB, downloads: 18

原理图.pdf

229.14 KB, downloads: 4

RVB2601 开发板快速上手手册.pdf

704.13 KB, downloads: 9

This post is from Domestic Chip Exchange

Latest reply

C-SKY Zhongtian Micro   Details Published on 2021-7-17 11:10
 
 

174

Posts

1

Resources
2
 

C-SKY Zhongtian Micro

This post is from Domestic Chip Exchange
 
 
 

Just looking around
Find a datasheet?

EEWorld Datasheet Technical Support

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号
快速回复 返回顶部 Return list