Wiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
resources:errata:adar1000 [18 Feb 2022 21:08] – Added Rev. B datasheet preliminar dated 2022-02-11 Joel Doblerresources:errata:adar1000 [26 Apr 2022 20:11] – Added FIPS error workaround for control software Joel Dobler
Line 19: Line 19:
 \\ \\
 \\ \\
 +==== Control Software ====
 +If FIPS is enabled on your PC, when connecting to the ADAR1000 evaluation board, the error in **bold** below is thrown:
 +\\
 +**"System.TypeInitializationException: The type initializer for '<Module>' threw an exception. ---> System.InvalidOperationException: This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms."**
 +
 +There are a couple of solutions:
 +  - Disable FIPS on your PC by going to: Administrative Tools -> Local Security Policy -> Local Policies -> Security Options -> System Cryptography: Use FIPS compiant algorithms for encryption, hashing and signing -> Choose "Disabled" and hit Apply
 +  - If you cannot disable FIPS, to this instead: Within the working directory where the ADAR1000.exe is installed, add the file "ADAR1000.exe.config" to the directory, paste the following text within the config file you just created, and save the file:
 +
 +<code>
 +<?xml version="1.0"?>
 +<configuration>  
 +    <runtime>  
 +        <enforceFIPSPolicy enabled="false"/>  
 +    </runtime>
 +</configuration>
 +</code>
 +
 +
 +
 +\\
 +\\
 +
 ==== User Guide ==== ==== User Guide ====
  
Line 32: Line 55:
  
 {{ :resources:errata:adar1000:an-xxxx-lga_pcb_design_for_reliable_assembly_2021.03.18_preliminary.pdf |}} {{ :resources:errata:adar1000:an-xxxx-lga_pcb_design_for_reliable_assembly_2021.03.18_preliminary.pdf |}}
 +
 +Article version found here: [[adi>en/technical-articles/reliable-pcb-assembly-of-land-grid-array-pkgs.html]]
  
  
resources/errata/adar1000.txt · Last modified: 22 Mar 2024 17:18 by Joel Dobler