Hello Everyone. I am Yugenthar.
Now I am Start the arinc-429 Protocal .then I have one doubt in arinc-429 So how to choose the (Arinc-429 IC Chip ) using TX/RX communication in microcontroller
How to implement the microcontroller.
Anyone give the solution.
Give part Number for Arinc-429 IC Chip.
I'm confused! Do you have a chip already? Are you looking for a library for that chip?
Or are you looking for a chip? If so, what interface to the chip do you need? SPI, UART serial etc.
EDIT: Many years ago, I used an HI-3598 ARINC 429 receiver from Holt IC in a proof-of-concept demonstrator. It used an SPI interface. Here's their website with some of their offerings:
Note that it's not going to be a cheap interface. The latest HI-3220 with 16 receivers and 8 transmitters is around 240 USD on Digikey.
Thanks for you rely:Matkd833
I am already say this website but i cant undesrtand this demokit for HI-3598 because this type of board are using dip switch and send the Label not using microcontroller I need using microcontroller then I send the data frame
example:
I have send my data Frame :label=0x81 SDI=0x03 data=0xFFFF SSM=0x00 parity =0x01(Hex value)
How to send this frame formate to Holt HI-3598 IC
Are you bought this type of board HI3598 IC or sperate board
I have one doubt this IC is already programed with FPGA .
From a brief look at the user manual, the board has an NXP microcontroller that has been programmed with a demo application. If you use an NXP development environment, then you can reprogram the micro with your own code.
If you want to use an Arduino, then you might be able to hold the NXP micro in reset and connect the Arduino to the SPI connections.