Discussion Title | Created date |
---|---|
How to use char **arr Hello All, arr is declared as an array of pointers which are pointers to strings. char **arr = {"element1","element2"}; How can I intitialize and access... |
Monday, 29 June 2020 - 19:50 |
What is device ID 1E9702 for Atmega128 ? Hello All, I've bought 10 pcs Atmega128A AU 1902 (on label) chips. After soldering and starting up one of them I found this ID: Atmega128 datasheet page... |
Wednesday, 12 February 2020 - 10:39 |
China low cost debugger programmer JTAG ICE for Atmel NEW Hello All, I'm using AS7 & Atmel ICE. I am very happy with it. No problems. All is running as I want. Here is a very interesting offer: Jtag Programmer ... |
Thursday, 30 January 2020 - 19:38 |
Print Char '%' in formated output Hello All, I want to print the character '%' in sprintf. How can I achieve this? friendly regards Ellen sprintf(s,"PV %dWh P %dWh b %dA %d%", (int)SumPv, (int)... |
Thursday, 17 October 2019 - 10:08 |
How to change a folder name in solution? Dear community, I would like to change a path name without destroying the project solution. Is that easy? Within the solution I want to deposit different versions of the... |
Wednesday, 21 August 2019 - 10:21 |
Access to PROGMEM Compiler warning Dear community, I need some help with the following code. The code works, but I cannot suppress the compiler warning: What ist wrong here? friendly regards Ellen... |
Wednesday, 17 April 2019 - 09:48 |
programming CPU Clock in Atmel Studio Hello, I`ve bought a brand new Board . This has a 7.3728Mhz Crystal and a Atmega128A Core. Code blinking a LED on PA0: #define F_CPU 73728000UL #include <avr/... |
Thursday, 21 March 2019 - 10:44 |
Simulator - Debug - Variables Hello, I`m new here. What is the reason I cannot see the correct Content of patternQPI in Watchwindow? thanks Ellen /* * MyFirstProg.c * * Created: 07.03.2019 15:25:11... |
Thursday, 14 March 2019 - 20:03 |