Discussion Title | Created date |
---|---|
EEMEM usage problem I've been trying to use EEPROM in my current ATmega328P project. To make sure it's working, I start with a uint32_t value of 180,000,000, write a slightly different value to... |
Saturday, 7 June 2014 - 20:03 |
Error casting float to uint16_t I'm getting an error that's not flagged in my source code but apparently occurs in a library file. uint16_t CALC_altitude(float baro) { float dummy; uint16_t... |
Sunday, 28 October 2012 - 00:11 |
How to process .S file with GCC project for TWI (I2C) I'm programming an ATtiny4313 to read a HMC6352 compass module. I'm using Studio 6 and GCC, WinAVR 20100010. Searching for some source code to help me with the TWI interface, I'... |
Friday, 28 September 2012 - 01:13 |
Make editor font choices persistent? I like to set my fonts larger in the editor, but I have to do it each time I start-up Studio 4. I thought maybe the settings would stay when I did a "save project", but that was... |
Friday, 29 July 2011 - 00:35 |
How to specify binary number format? Didn't expect to be asking one this simple, but after three 'C' reference books and numerous scans of example code, I can't figure out how to specify that a number is binary. Do... |
Monday, 23 May 2011 - 01:58 |