Info about a specific IC (Russian interrupt controller)

  • Thread starter core7916
  • Start date
  • Tags
    Controller
  • #1
core7916
56
3
TL;DR Summary
interrupt controller
Hello.

I, need a help to find the proper datasheet of a Russian interrupt controller. I found the the datasheet of this IC where there is no working application and only pin information is there. So, can anyone suggest any document related to this IC.
Part number : 588VN1

Thank you.
 
Computer science news on Phys.org
  • #2
core7916 said:
I found the the datasheet of this IC where there is no working application and only pin information is there.
If you have the detailed pinout:
1. You know how many pins there are on the chip, we do not. Please tell us.
2. You have an approximate date for the manufacture, from the document date.
3. If you list the pinout, we may recognise the chip under a different name.
4. Do you have that IC? What are all codes marked, date and Manufacturer symbols.
 
  • #4
Baluncore said:
https://www.amazon.co.jp/dp/B07MSJ1PK5/
28 pins.
Date code: 43 week of 1989 ?
Construction looks like 1980s.
Maybe it is a rebranded 8259 Programmable Interrupt Controller.
https://en.wikipedia.org/wiki/Intel_8259
hello sir,
what you got is correct , it has 28 pins. but it's not same as intel 8259 ic. because pins configuration are different in 2 ic.
for ex. there is status register pin and vector address pins are there in 588vn1 where in 8259 its not there , how can i relate it?.
thank you.
 
  • #5
You can relate it by posting the pinout you have found for the 588VN1.
Give a link to the pinout, or attach a list to your next post.
 
  • #6
Baluncore said:
You can relate it by posting the pinout you have found for the 588VN1.
Give a link to the pinout, or attach a list to your next post.
Hello sir,
sorry for late reply, please find the below attachment for the datasheet of 588vn1 IC.
original datasheet was in Russian , so I translated to English.
Thank you.
 

Attachments

  • 588vn1_1_EN.pdf
    483.9 KB · Views: 30
  • Like
Likes Baluncore
  • #7
https://en.wikipedia.org/wiki/Mikron_Group#Products

The Intel 3000 bit-slice processor family, was/is licensed to Mikron in the USSR.
https://en.wikipedia.org/wiki/List_of_Intel_processors#The_bit-slice_processor
The Intel Interrupt Control Unit was the 3214. It was in a 24 pin package, with a different pinout to your 588VN1.

There is the later Elbrus series. I think that is much too recent to use the 588 ICU.
https://en.wikipedia.org/wiki/Elbrus-2S+

There is a reference to the renaming of the 580 series:
https://en.wikipedia.org/wiki/Soviet_integrated_circuit_designation
"Before the definition of group В (V) in 1980 computing devices were all assigned subgroup ИК (IK), e.g. microprocessors (КР580ИК80А), peripheral devices (КР580ИК51А). With the introduction of group В the devices in the 580 series were renamed (to КР580ВМ80А and КР580ВВ51А, respectively) in 1986."
I would suggest you follow that lead.
 
  • #8
Baluncore said:
https://en.wikipedia.org/wiki/Mikron_Group#Products

The Intel 3000 bit-slice processor family, was/is licensed to Mikron in the USSR.
https://en.wikipedia.org/wiki/List_of_Intel_processors#The_bit-slice_processor
The Intel Interrupt Control Unit was the 3214. It was in a 24 pin package, with a different pinout to your 588VN1.

There is the later Elbrus series. I think that is much too recent to use the 588 ICU.
https://en.wikipedia.org/wiki/Elbrus-2S+

There is a reference to the renaming of the 580 series:
https://en.wikipedia.org/wiki/Soviet_integrated_circuit_designation
"Before the definition of group В (V) in 1980 computing devices were all assigned subgroup ИК (IK), e.g. microprocessors (КР580ИК80А), peripheral devices (КР580ИК51А). With the introduction of group В the devices in the 580 series were renamed (to КР580ВМ80А and КР580ВВ51А, respectively) in 1986."
I would suggest you follow that lead.
Hello sir,
I didn't get any related information about 588vn1 ic from above links.
Thank you.
 

1. What is a Russian interrupt controller?

A Russian interrupt controller (IC) is a hardware component used in computer systems to manage and prioritize incoming interrupt requests from various devices such as keyboards, mice, and other peripherals. It is responsible for coordinating the flow of data between the CPU and these devices.

2. How does a Russian interrupt controller work?

The Russian interrupt controller works by constantly monitoring the interrupt lines from different devices and assigning them a priority level. When an interrupt request occurs, the IC communicates with the CPU to temporarily pause its current task and handle the interrupt. Once the interrupt is processed, the CPU can resume its original task.

3. What are the benefits of using a Russian interrupt controller?

Using a Russian interrupt controller allows for efficient and smooth communication between the CPU and various devices. It helps prevent data loss by prioritizing important interrupt requests and ensuring they are handled in a timely manner. It also helps improve the overall performance of the computer system.

4. Are there any disadvantages to using a Russian interrupt controller?

One potential disadvantage of using a Russian interrupt controller is that it adds an extra layer of complexity to the system, which can make it more difficult to troubleshoot if issues arise. Additionally, if the IC is not functioning properly, it can cause interruptions and delays in data processing.

5. How does a Russian interrupt controller differ from other interrupt controllers?

Russian interrupt controllers are based on the x86 architecture and are designed specifically for use in Russian computer systems. They may have different features and capabilities compared to other interrupt controllers, depending on the specific model and manufacturer. Additionally, they may use different protocols and communication methods to interact with the CPU and other devices.

Similar threads

  • Computing and Technology
Replies
10
Views
2K
Replies
7
Views
1K
  • Programming and Computer Science
Replies
6
Views
3K
Replies
2
Views
2K
Replies
5
Views
721
  • Introductory Physics Homework Help
Replies
12
Views
855
Replies
8
Views
2K
  • Mechanical Engineering
Replies
10
Views
1K
Replies
13
Views
3K
  • Electrical Engineering
Replies
6
Views
852
Back
Top