Discussion Title | Created date |
---|---|
Compilation failed because of segmentation fault Hello, I have an issue while compiling a Static Lib with Atmel Studio. When I launch the compilation I get the following error: recipe for target failed Segmentation... |
Wednesday, 13 June 2018 - 08:26 |
ATmega2560 working at half speed when compiling with AS7 Hello, I'm working on an Arduino Mega board, trying to make it work with AS7. I'm working on the following code: DDRE |= 0b00110000; while(1) { PINE |=... |
Tuesday, 29 May 2018 - 09:20 |
Error MakeFileGenFailureException when linking application to lib Hello, I'm working on Atmel Studio, with the following version: - AS 7.0.1645 - Atmel Software Framework: 3.36.2.1031 - AtmelToolchainProvider: 7.0.895 In my... |
Friday, 25 May 2018 - 09:44 |
Lib included in onother lib mus be include in main project... Hello, I'm working on Atmel Studio 7. I have: - main project - SoftwareSerial lib - ArduinoCore Lib SoftwareSerial lib is included in the main project.... |
Tuesday, 13 March 2018 - 15:40 |
SoftwareSerial unexpected speed change during println Hello, I'm working on the following: - ATmega32u4 - Atmel studio 7 solution, based on Arduino sketch to use SoftwareSerial.cpp - Communication with the Arduino GSM Shield... |
Friday, 9 March 2018 - 14:02 |