You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
atmega32hvbrevb => [0x1E, 0x94, 0x0D], # [1]
atmega8hva => [0x1E, 0x93, 0x10], # [1] in correspondence with the data sheet
[1] from Atmel-Studio's .atdf file in the corresponding DFP pack
It's possible (likely?) that the iom file for parts with missing signatures have other deficiencies, too. For example, the ATmega32HVBrevB has SPM_PAGESIZE defined as 64, but the .atdf file file thinks it's 128. And gcc-avr ought to #define__AVR_ATmega32HVBrevB__ rather than __AVR_ATmega32HVBREVB__.
The following mcus don't seem to define signature bytes.
Some of these can be sourced as follows:
[1] Datasheet AT90PWM1
[2] Datasheet ATmega8HVA
The text was updated successfully, but these errors were encountered: