1888 views|8 replies

1w

Posts

16

Resources
The OP
 

[Jihai APM32E103VET6S MINI Development Board Review] Part 1: Receive the board and turn on the LED [Copy link]

 

Very happy to receive the board:

Above:

After taking a quick look at the data sheet, I found that there is not much difference with the same model of STM32:

It seems that CAN and USB cannot be used at the same time in STM, but can be used at the same time in Jiuhai.

I looked at the schematic diagram and it was very simple. There was only one communication chip that I hadn't seen before.

All installation documents are also very convenient, there are in the forum:

https://en.eeworld.com/bbs/thread-1212844-1-1.html

I didn't encounter any troubles when setting up the environment, but I had a hard time finding the USB cable. It seems that I am not keeping up with the times. Nowadays, the USB B is small MINI, but the development board uses the old USB B type.

I looked for the development board I'm using now, but couldn't find it. I looked for the previous boards, but couldn't find it either. Just when I was worried, I saw that this board was used on the Nuvoton emulator, so I adopted it.

Click LED1 and LED2 below

The schematic diagram is as follows:

I checked the routine and found that these two pins are not used. Just change the configuration:

**
  * @}
  */

/** @addtogroup APM32E103_MINI_LED
  * @{
  */
#define LEDn                             2

#define LED2_PIN                         GPIO_PIN_8
#define LED2_GPIO_PORT                   GPIOB
#define LED2_GPIO_CLK                    RCM_APB2_PERIPH_GPIOB

#define LED3_PIN                         GPIO_PIN_9
#define LED3_GPIO_PORT                   GPIOB
#define LED3_GPIO_CLK                    RCM_APB2_PERIPH_GPIOB

Don't change anything else, compile and download, LED1 and LED2 will flash at the same time.

This post is from Domestic Chip Exchange

Latest reply

Yes, the PACK is installed. I guess the JLINK firmware version is relatively low and I didn't upgrade it for fear of bricking it.   Details Published on 2022-9-17 13:24
Personal signaturehttp://shop34182318.taobao.com/
https://shop436095304.taobao.com/?spm=a230r.7195193.1997079397.37.69fe60dfT705yr
 
 

6555

Posts

0

Resources
2
 

There are indeed not many USB B type

Especially on the development board

This post is from Domestic Chip Exchange

Comments

There has to be something different in the rain to attract people.  Details Published on 2022-9-12 14:40
 
 
 

6818

Posts

11

Resources
3
 

I didn't encounter any troubles when setting up the environment, but I had a hard time finding the USB cable. It seems that I am not keeping up with the times. Nowadays, the USB B is small MINI, but the development board uses the old USB B type. It seems that the teacher who designed the development board must be an old-fashioned person.

This post is from Domestic Chip Exchange

Comments

Strongly agree!  Details Published on 2022-9-12 08:12
 
 
 

1w

Posts

16

Resources
4
 
lugl4313820 posted on 2022-9-12 07:56 I didn't encounter any trouble when setting up the environment, but it was a pain to find the USB cable. It seems that I am not keeping up with the times. Now they are all small MINI USB B, ...

Strongly agree!

This post is from Domestic Chip Exchange
Personal signaturehttp://shop34182318.taobao.com/
https://shop436095304.taobao.com/?spm=a230r.7195193.1997079397.37.69fe60dfT705yr
 
 
 

333

Posts

0

Resources
5
 

Thanks for sharing!!

This post is from Domestic Chip Exchange
 
 
 

5998

Posts

6

Resources
6
 
Jacktang posted on 2022-9-12 07:20 There are indeed not many people using USB Type B, especially on development boards

There has to be something different in the rain to attract people.

This post is from Domestic Chip Exchange
Personal signature

在爱好的道路上不断前进,在生活的迷雾中播撒光引

 
 
 

7170

Posts

195

Resources
7
 

JLINK version is low and my chip cannot be recognized

This post is from Domestic Chip Exchange

Comments

PACK installed???  Details Published on 2022-9-16 21:36
 
 
 

1w

Posts

16

Resources
8
 
Common Ze 1 posted on 2022-9-16 18:28 The JLINK version is low and my chip cannot be recognized

PACK installed???

This post is from Domestic Chip Exchange

Comments

Yes, the PACK is installed. I guess the JLINK firmware version is too low and I didn't upgrade it for fear of bricking it.  Details Published on 2022-9-17 13:24
Personal signaturehttp://shop34182318.taobao.com/
https://shop436095304.taobao.com/?spm=a230r.7195193.1997079397.37.69fe60dfT705yr
 
 
 

7170

Posts

195

Resources
9
 

Yes, the PACK is installed. I guess the JLINK firmware version is relatively low and I didn't upgrade it for fear of bricking it.

This post is from Domestic Chip Exchange
 
 
 

Just looking around
Find a datasheet?

EEWorld Datasheet Technical Support

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