BASCOM-AVR XTINY/MEGAX/AVRX : Pulsein at ATTiny412 : REPLY
It works with pin A.7 as well. Jarda
View ArticleBASCOM-AVR XTINY/MEGAX/AVRX : [closed]we need a ready to use Snap programmer...
I tried using this SNAP programmer as an ISP programmer, but it doesn't work. UPDI and PDI work fine, but SPI doesn't. I changed the parameters in the setup menu, but it didn't work. What should I do,...
View ArticleBASCOM-AVR XTINY/MEGAX/AVRX : [closed]we need a ready to use Snap programmer...
Are the chip name and device ID displayed under [Microprocessor] -> [Identify]? Does the Snap ID appear in the EDBG section of the Options?
View ArticleBASCOM-AVR XTINY/MEGAX/AVRX : [closed]we need a ready to use Snap programmer...
The situation is the same. The programmer is listed. The voltage is recognized, the chip is also, but it is not in the task list below - CHIP ID. The voltage reading is OK, but when I try to program...
View ArticleBASCOM-AVR XTINY/MEGAX/AVRX : [closed]we need a ready to use Snap programmer...
[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...
View ArticleBASCOM-AVR XTINY/MEGAX/AVRX : [closed]we need a ready to use Snap programmer...
Why not try installing it again, following the instructions in the help section or the forum manual?
View ArticleBASCOM-AVR XTINY/MEGAX/AVRX : [closed]we need a ready to use Snap programmer...
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...
View ArticleBASCOM-AVR XTINY/MEGAX/AVRX : [closed]we need a ready to use Snap programmer...
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...
View ArticleBASCOM-AVR XTINY/MEGAX/AVRX : [closed]we need a ready to use Snap programmer...
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.
View ArticleBASCOM-AVR XTINY/MEGAX/AVRX : [closed]we need a ready to use Snap programmer...
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...
View ArticleBASCOM-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 Potentiometer to It's still 1023. [code:1:e042e58aa5] $regfile = "m328pdef.dat"...
View ArticleBASCOM-AVR : Getadc(chanel) : REPLY
Try this [code:1:90e4e6016a]Config ADC = Single , Prescaler = Auto , Reference = AVCC[/code:1:90e4e6016a]
View ArticleBASCOM-AVR XTINY/MEGAX/AVRX : [closed]we need a ready to use Snap programmer...
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,...
View ArticleBASCOM-AVR XTINY/MEGAX/AVRX : [closed]we need a ready to use Snap programmer...
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...
View ArticleBASCOM-AVR XTINY/MEGAX/AVRX : Inconsistency in the syntax of Config Xpin...
I have one topic here so that the discussion forum doesn't look so deserted. :-) It's nothing fundamental, however "Perfection is in the details." Unfortunately, we cannot use Alias, when writing...
View ArticleBASCOM-AVR : PICkit 5 supported by BascomAVR? : NEWTOPIC
Good day. I can use this programmer if I use it with an external programmer (avrdude). Is there any other way to use it? Thank U [b:39cec6063f][color=red:39cec6063f](BASCOM-AVR version : 2.0.8.7...
View ArticleBASCOM-AVR : ATtiny3224+glcdSSD1306-I2C_V2x2.lib=blank display : NEWTOPIC
[code:1:e9ce791b2c] '( Test for library glcdSSD1306-I2C_V2x2.lib Display DFRobot DFR0647 (SSD1306) Resolution 128 x 32 pixels Microcontroler ATtiny3224-SSU ') $Regfile="atxtiny3224.dat"...
View ArticleBASCOM-AVR : PICkit 5 supported by BascomAVR? : REPLY
no,as it does not supported i guess you mean use "External tool" from inside bascom IDE p.s. using it as standalone there 2 ways a) avrdude b) PicKitPLUS c) and offcourse from microchip studio (sucks...
View ArticleBASCOM-AVR : ATtiny3224+glcdSSD1306-I2C_V2x2.lib=blank display : REPLY
The [glcdSSD1306-I2C_V2x2.lib] library is designed for connecting two OLEDs in parallel. Therefore, it requires two I2C addresses: &H78 for device [1] and &H7A for device [2]. If you are using...
View ArticleBASCOM-AVR : ATtiny3224+glcdSSD1306-I2C_V2x2.lib=blank display : REPLY
Thank you very much O-Family. I will try to find the _V2 library since it not present in my installation, only the _V2x2 and -TWI libs.
View ArticleBASCOM-AVR : ATtiny3224+glcdSSD1306-I2C_V2x2.lib=blank display : REPLY
The library you are looking for can be found in the post below. https://www.mcselec.com/index2.php?option=com_forum&Itemid=59&page=viewtopic&t=14297 The solution to the problem can be...
View ArticleBASCOM-AVR : ATtiny3224+glcdSSD1306-I2C_V2x2.lib=blank display : REPLY
The COM remap mode worked beautifully. Now 4 lines of text fit, when using Font8x8TT.font. I changed the code to use the TWI hardware of the ATtiny3224. This works as the attached photo shows...
View ArticleBASCOM-AVR : ATtiny3224+glcdSSD1306-I2C_V2x2.lib=blank display : REPLY
For XTINY, you need to specify [Twi_adr]. Please refer to the example program for XTINY in the post below....
View ArticleBASCOM-AVR : ATtiny3224+glcdSSD1306-I2C_V2x2.lib=blank display : REPLY
Thank you O-Family for the excellent support, it's working now! I added two more lines to the code, needed for XTINY: Const Twi_adr = Twi0_ctrla Const TWI_CH = 1 [code:1:6b4b982113] '( Test for...
View ArticleBASCOM-AVR old unsupported versions : Uart0 Simulation Cant Read External .SI...
Hi All I must be over looking something simple. I'm trying to simulate a read from UART0. I an struggling how to read from an attached .SI file for input data [code:1:f3a57ffa18]...
View ArticleBASCOM-AVR old unsupported versions : Uart0 Simulation Cant Read External .SI...
**UPDATE** so if you don't Mansplain to Bascom the port setup I have managed to get the Sim to work reading the .si file as a input data [code:1:41c6a172cc] $sim $regfile = "m328pbdef.dat"...
View ArticleBASCOM-AVR : AVR128DA48+glcdSSD1306-I2C.lib+showpic not working : NEWTOPIC
Hi, I adapted SSD1306-I2C.BAS program for AVR128DA48. Text is displayed perfect, but picture shows only moving pixels.[code] Any Idea? It looks, that showpic never ends. Print "Nach" is never...
View ArticleBASCOM-AVR : AVR128DA48+glcdSSD1306-I2C.lib+showpic not working : REPLY
The hardware stack is insufficient. Please set it to around 40 and test. $hwstack = 40
View ArticleBASCOM-AVR : AVR128DA48+glcdSSD1306-I2C.lib+showpic not working : REPLY
Thank you very much O-Family, little change but great success!!! THANK YOU :smt041
View ArticleVarious : Excessive IO ripple on microcontroller output pins : REPLY
Hi all. Just a update. Might help some one that having a noise problem. I fixed (mostly) the issue by putting in a 1k resistor on the output of the op-amp that's feeding into the ADC pin on the micro....
View ArticleVarious : Excessive IO ripple on microcontroller output pins : REPLY
Hi All, I wanted to throw a question out to the community. Is i anyone else using AI LLMs to help write BASCOM code? Iâd love to hear your thoughts, what your results have been like, and what...
View ArticleVarious : Anyone using LLMs (Claude/ChatGPT) for BASCOM? : NEWTOPIC
Hi All, I wanted to throw a question out to the community. Is i anyone else using AI LLMs to help write BASCOM code? Iâd love to hear your thoughts, what your results have been like, and what...
View ArticleVarious : Anyone using LLMs (Claude/ChatGPT) for BASCOM? : REPLY
I tried various AI. And i see customers that use it as well. One thing to note : it is not allowed to share bascom libraries thus also not with AI which is a form of sharing. As for the creation of...
View ArticleBASCOM-AVR XTINY/MEGAX/AVRX : Strange behaviour with SQR() and AVR128DA48 :...
Hi, I have a simple calculation which works perfect with ATMEGA328, but not with AVR128DA48 Dim Rms4 As Long Dim Summe As Single Summe = X2 + Y2 Summe = Summe + Z2 ' Summe = 4 Rms4 = Sqr(summe) ' This...
View Article