Even 2087 official IDE can have versions. Here you can see that I use official 2087.006 where some of the betatesters can even use higher SLA versions 006-010
So I also have Xplained Mini328PB and it can be externally powered with 3.3V like I do in this test and I attach SNAP into ISP port so my SNAP read nearly 3V (2.99V)
version 2.087 I tried SNAP ISP on my own board, where the Atmega328PB is powered by a 78L05 regulator. (The MCU is clocked by crystal 22,1184 MHz) I downloaded the flash content without any problems, erased the flash and re-wrote the downloaded content. I tried setting the configuration bits "Divide clock by 8" and "Brown Out" both Disable/Enable. Also without any problems. I don't have any board with Atmega328PB powered by 3.3V so I can't try it.
I tested with 328PB Xplained mini which has an on board programmer and that worked. So the SNAP should work equally well. The problem you face might be the voltage (xplained uses 5V) or the fact that i use a newer IDE.
Yes 1 programmer that works for all is ideal. So please answer the questions. While i can not test for all ISP processors, the goal is to make it work for all.
Thanks for the clarification. This doesn't matter because I'm using a USB MKII programmer for this purpose. But I thought it would be easier to have one small universal programmer on my desk than multiple programmers
Original the UPDI was supported and i added PDI for the Xmega. At the moment the 2088 beta supports all Xmega. ISP was added too but only tested wit the ISP processors i had. All data is read from the existing DAT files so it should work for all ISP. But here the same : for the 2088 beta is was developed further. If you want to test write to support.
What you also can test : does reading eeprom and/or flash works? Do you actually use 3V or 5V ? Some processors have problems when programming with a lower than 5V voltage.
[b:2c1d35b894]Two paragraphs from the help version 2.087, chapter MCS EDBG Programmer:[/b:2c1d35b894] [quote:2c1d35b894] The goal of the EDBG programmer support was to support UPDI mode. Some programmers support ISP and PDI mode. But BASCOM does not support these modes yet. The ISP mode is in beta. It works for the ISP curiosity series. But no extensive tests were done.
The PDI mode is in beta as well. It is tested on the xmega128A3. The DAT files are not adapted and thus it will not work correct on processors with a different memory configuration.[/quote:2c1d35b894]
BASCOM-AVR : Getadc(chanel) : REPLY
Try this
[code:1:90e4e6016a]Config ADC = Single , Prescaler = Auto , Reference = AVCC[/code:1:90e4e6016a]
»
BASCOM-AVR : Getadc(chanel) : NEWTOPIC
Is there anyone that can tell me why this code doesn't work?
All channels return 1023 and no mater what I change the Potentiome...
Problem mit Pulsein und Pin-Abfrage Guten Morgen,
Prog:
Do
Pulsein Puls, PinA, 3, 1
If PinA.3 = 1 Then LED = 1
Loop
End
Wenn ich den Eingang PinA.3 (es kommen Impulse von einem Ser...
»
OLED 1,5" 128x128 SH1107 habe mir aus China OLED-Display besorgt:
1,5 Zoll 128x128 Pixel , Treiber angeblich SH1107
leider gibt es dafür in Bascom-AVR keine Library.
meine ...
»
Funk-Fernbedienung 6 Kanal bidirektional hallo Leute, ich möchte Euch ein Projekt aus meiner Bascom Anfangszeit (2023) vorstellen.
eine 6 Kanal Funkfernsteuerung mit bidirektionaler Datenü...
»
CRC16 mag nicht Eine KI hat mir diesen Vorschlag erstellt um die Checksumme zu berechnen
BASCOM-Quellcode (76 Zeilen)Das läuft nicht, es kommen Fehlermeldungen
M...
»
Feuchtesensor Hallo,
ich hab solche 'Schätzeisen' im Einsatz, die zeigen im Boden sonst was. Während es auf dem Tisch sauber, wiederholbar unterscheiden konnte o...
Date published: Fri, 14 Aug 2026 10:36:53 +0000 Details
R.I.P Ben Zijlstra
Remembering Ben Zijlstra
We hope that people who love Ben will remember and celebrate his life.
more info at MCS
www.mcselec.com/index2.ph...
»
KaRadio webradio ESP8266
The Dimitris board is available at https://github.com/dsaltas/WiFi-WebRadio
This is a hardware project for Ka-Radio
»
93C46 small tool to edit 93C46 eeprom written in BascomAVR & VB
Bascom control the 93C46 so we sent data via comport from VB
code will be added later ...
»
nRF24L01+ RC Controller This is a RC controller TX & RX unit with nRF24L01+
nRF24L01+ / with PA and LNA for longer range
facts:
TX
1 x potmeter for servo
...
»
RAW lcd Connecting RAW lcd to atmega8
the lcd is 6 digit + time glass
LCD Hour Meter for tractor ,air compressor, ect
the lcd have 4 com pins & 14...