Production test equipment

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Production test equipment

2,602 次查看
Br
Contributor I
Hi,

I´m developing a production test equipment based on needles. In the way that I´m thinking, I will need to put 2 microcontrollers GT32 working in parallel (each pin connected with the other physically). The problem is that each microcontroller will execute differents programs. What problems can I find trying to do it?

Thanks

Emerson
标签 (1)
0 项奖励
回复
4 回复数

1,262 次查看
bigmac
Specialist III
Hello Emerson,
 
I am not entirely sure what you are trying to achieve.  Are you attempting to test a MCU device or board, using another similar MCU containing test firmware, to automatically sequence inputs and sense the ouputs of the device under test?
 
If so, not all pins may be paralleled, as Alban has already indicated.
 
Some of the peripherals would need to be tested using entirely seperate sources of test excitation - the ATD inputs would fall in this category.  Testing the SCI functionality would require that TXD on one device be connected to RXD of the other device, in each direction.  It would also be a wise precaution to include series resistors to limit current in case there is I/O conflict.
 
Regards,
Mac
 
0 项奖励
回复

1,262 次查看
Br
Contributor I
Hi,

Consideranting only the pins directions. What kind of conflicts can happen connecting pins with differents or equal directions.

Regards,

Emerson
0 项奖励
回复

1,262 次查看
peg
Senior Contributor IV
Hi Emerson,
 
The biggest problem is if you tie two outputs together and one wants to be high and the other low. Things get hot and then stop working.
 
Regards
Peg
 
0 项奖励
回复

1,262 次查看
Alban
Senior Contributor II
Hello,
A few examples of problems:
 
- Short circuits on outputs with conflicting level --> MCU burnt
- Conflict in PLL CGMXFC level --> Wrong clock speed
- Conflict between ADC levels --> wrong ADC measures
- Input impedance divided --> draw more current
- Conflict in comms lines --> No message sent or received.
 
There are more problems...
Cheers,
Alban.
0 项奖励
回复