Production test equipment

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Production test equipment

1,775件の閲覧回数
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 返答(返信)

435件の閲覧回数
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 件の賞賛

435件の閲覧回数
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 件の賞賛

435件の閲覧回数
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 件の賞賛

435件の閲覧回数
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 件の賞賛