Hello,
We use AM186CU.
Particularly, we have in stock AM186CU-25KC/W C
I had the impression that the C appendage indicated RoHS compliance.
The latest data sheet does not have up to date part numbers.
If possible, please send documentation of all the orderable AM186CU parts and their RoHS compliance status.
Thanks,
Emmett
See if this website helps you determine what you are looking for : AM186CU-40 datasheet - . It includes several parts of the same kind or similar parts from AMD.
This website indicates which AMD Chips are compliant with RoHS: am186cu Stock and Price by Distributor . They sell chips but the description indicates whether the chip is RoHS compliant or not.
Seems like the "C" doesn't indicate whether it is RoHS compliant according to the above link "Stock and Price by Distributor".
Hi elstaci,
Thanks for the reply.
Findchips has the same old 2000 datasheet that I have.
No mention of RoHS.
Also, I need proof from AMD which ones are compliant.
Do you know of any way to get through to AMD support about old parts?
Thanks,
Emmett
AMD Forums is moderated by two AMD Technical Support Engineers. They are probably very aware of your Post. They are the ones that can advise you on what you are requesting.
The AMD Moderators are:
Have you tried to contact AMD Support through email : Email Form . This is the best way to get a reply back from AMD Support.
When I go to the link to FindChips, for the AMD chip part number it does indicate whether it is RoHS compliant. Towards the bottom of the list it shows in green "RoHS Not Compliant' here is a copy of one of the list from FindChips (I changed the color from Green to Orange to Highlight it for you):
Part # | Manufacturer | Description | Stock | Price | Buy |
---|---|---|---|---|---|
AMD | HE | 22266 |
| Buy Now | |
AM186CU-40KDW C | AMD | AM186CU-40KDW C | 12988 |
| Buy Now |
AM186CU-50KCW C | AMD | AM186CU-50KCW C | 21566 |
| Buy Now |
AM186CU-40KIW C | AMD | AM186CU-40KIW C | 96 |
| Buy Now |
AM186CU-25KCW C | AMD | AM186CU-25KCW C | 3541 |
| Buy Now |
AM186CU-40KCW C | AMD | MCU 16-bit E86 CISC ROMLess 3.3V 160-Pin PQFP Tray RoHS:Not Compliant | 11301 |
| Buy Now |
Also:
AMD | MCU 16-bit E86 CISC ROMLess 3.3V 160-Pin PQFP Tray RoHS:Not Compliant | 0 |
| Buy Now | |
AMD | High-Performance, 80C186-Compatible 16-Bit Embedded Communications Controller RoHS:Not Compliant | 0 | Buy Now | ||
AMD | High-Performance, 80C186-Compatible 16-Bit Embedded Communications Controller RoHS:Not Compliant | 0 | Buy Now |
Hi elstaci,
I saw that page.
Unfortunately I can't take findchips word for it.
I need docs from AMD.
Thanks,
Emmett
Please submit an e-ticket to see if we can provide the information you are looking for.
Hi AMDMatt,
Thanks for that link, I could not find anything like that on the website.
However, it crashes when the language option is english.
I selected espanol and entered english responses.
Thanks,
Emmett
amdmatt this is the error I am getting when I also go to Global Technical Support in English. Spanish works fine:
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
<!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration> |
Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
<!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/> </system.web> </configuration> |