Discussion Title | Created date |
---|---|
Need to increase the stack I'm having trouble with a C++ program. I pass an object to a member subrountine and the object forgets its type and any atttempt to look at I get an error. I've moved it around... |
Saturday, 8 December 2012 - 01:15 |
Having a problem, I've not seen before I have the following base class: Class SerialPort { public: SerialPort(size_t inputSize, size_t outputSize, uint_32 baudRate); virtual bool Put(uint8_t data) = 0;... |
Tuesday, 16 October 2012 - 18:20 |
MS5611 will not talk over SPI bus I am using the ATMEGA664P. I have the MS5611 as the only thing on the SPI bus. The 664 is the master. The following is the init code: /* Set MOSI, SCK and SS output, MISO is... |
Saturday, 6 October 2012 - 01:18 |
AVDBG wont run I have a stk600 board and JTAGICE3 using AS6 patched. When I try to bring up the debugger, and get a message: Failed to Launch Program Error: Failed to launch debugging session.... |
Friday, 7 September 2012 - 00:46 |