Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - kmjackson

Pages: [1] 2
1
ATMELTM AT91SAM7X and AVR32 / Debugger looking for wrong .elf file
« on: June 16, 2012, 05:15:11 PM »
Mark,

I'm using Studio 5.1 with a Makefile and everything builds OK.  It creates uTaskerV1.4.elf.

Here the problem:
When I try to debug, the debugger is looking uTaskerV1.elf.  I can't find where the project is calling uTaskerV1.elf instead of uTaskerV1.4.elf.  Have you seen this?


Thanks,
Kenneth

2
ATMELTM AT91SAM7X and AVR32 / Building AVR Studio 5 Project
« on: May 09, 2012, 07:55:38 AM »
Hi MArk,

I'm trying to build the Studio 5 uTasker project.  Unfortunately, I'm getting the following error.  I believe it can't find uTaskerBootLoader.o.  I simply downloaded, enter password and tried to build it.  The project is still using the makefile that came with the project.  Any Ideas?

Thanks,
Kenneth

------ Build started: Project: uTaskerV1.4, Configuration: uTaskerBoot AVR ------
Build started.
Project "uTaskerV1.4.cproj" (default targets):
Target "PreBuildEvent" skipped, due to false condition; ('$(PreBuildEvent)'!='') was evaluated as (''!='').
Target "CoreBuild" in file "C:\Program Files\Atmel\AVR Studio 5.1\Vs\Compiler.targets" from project "C:\Documents and Settings\kmjackson\Desktop\uTaskerV1.4_AVR32-5\uTaskerV1.4.cproj" (target "Build" depends on it):
   Using "RunCompilerTask" task from assembly "C:\Program Files\Atmel\AVR Studio 5.1\Vs\Compiler.Task.dll".
   Task "RunCompilerTask"
      C:\Program Files\Atmel\AVR Studio 5.1\make\make.exe -C "C:\Documents and Settings\kmjackson\Desktop\uTaskerV1.4_AVR32-5\Applications\uTaskerBoot\GNU_AVR32" -f "make_uTaskerV1.4_GNU_AVR32" all
      make: Entering directory `C:/Documents and Settings/kmjackson/Desktop/uTaskerV1.4_AVR32-5/Applications/uTaskerBoot/GNU_AVR32'
      avr32-gcc -march=ucr2 -mpart=uc3a0512 -Wall -Wstrict-prototypes -I../../uTaskerBoot -D _GNU -D _HW_AVR32 -g -c -Os ../uTaskerBootLoader.c -o Build/uTaskerBootLoader.o
      process_begin: CreateProcess(NULL, avr32-gcc -march=ucr2 -mpart=uc3a0512 -Wall -Wstrict-prototypes -I../../uTaskerBoot -D _GNU -D _HW_AVR32 -g -c -Os ../uTaskerBootLoader.c -o Build/uTaskerBootLoader.o, ...) failed.
      make (e=2): The system cannot find the file specified.
      make: *** [Build/uTaskerBootLoader.o] Error 2
      make: Leaving directory `C:/Documents and Settings/kmjackson/Desktop/uTaskerV1.4_AVR32-5/Applications/uTaskerBoot/GNU_AVR32'
   Done executing task "RunCompilerTask" -- FAILED.
Done building target "CoreBuild" in project "uTaskerV1.4.cproj" -- FAILED.
Done building project "uTaskerV1.4.cproj" -- FAILED.

Build FAILED.
========== Build: 0 succeeded or up-to-date, 1 failed, 0 skipped ==========

3
ATMELTM AT91SAM7X and AVR32 / SDRAMC
« on: September 27, 2011, 07:14:12 AM »
Hi Mark,

Do have any code that initializes the SDRAMC and make use of it?  I want to use it for heap.


Thanks,
Kenneth

4
ATMELTM AT91SAM7X and AVR32 / WiFi support for EVK1105
« on: December 31, 2010, 09:28:56 AM »
Mark,

My version of uTasker doesn't support WiFi.  I just checking to see if you any thing in the works.  If not, I will probably proceed with integrating the SPB104 WiFi module into uTasker.  I'm sure I will have some questions.

http://www.atmel.com/dyn/products/tools_card.asp?tool_id=4659&source=redirect

http://www.hd-wireless.se/index.php?option=com_content&view=article&id=45&Itemid=4

Maurice

5
ATMELTM AT91SAM7X and AVR32 / AT45DB642D 1056 vs. 1024 Page Size
« on: December 30, 2010, 05:57:15 PM »
Hi All,

If you are using the AT45DB642D with a page size of 1024 versus the 1056(standard), some code modification is needed... See posting
titled Different FileLength  

Kenneth

6
ATMELTM AT91SAM7X and AVR32 / Different FileLength
« on: December 13, 2010, 09:19:54 AM »
Hi Mark,

I have a problem with the uGetFileLength (...) function.  I'm using the EVK1105(AVR32) with a  AT45DB642D Flash memory device.  I'm loading a webpage with your bat file WebPagesAVR32\Copy_all.bat.  Here's my problem, when I put a breakpoint at return (Len) it shows a length = 1151, which is correct.  Now, when it is time to retrieve the file from the external flash and send it to my browser returns a file length of 1058.  Maybe, it has something to do with the 1056 Bytes per Page. When I make the webpage smaller, I don't have a problem with the external flash.  Any Ideas?  Am I missing a compilation switch? BTW, this doesn't happen when I use the internal flash.


//During the writing process
extern MAX_FILE_LENGTH uFileClose(MEMORY_RANGE_POINTER ptrFile){
 ... 
  return (Len);  // Shows 1151 Bytes
}

// Retreiving the eab pages from external Flash
// get the length of the file to be displayed
static int fnDoWebPage(CHAR *cFileName, HTTP *http_session){
 ...
   http_session->FileLength = uGetFileLength(ucFile);  // Shows 1058
}

7
ATMELTM AT91SAM7X and AVR32 / DHCP Enabled via User Interface
« on: November 02, 2010, 04:32:12 AM »
Hi Mark,

I want the option to switch from a fixed IP address to a DHCP obtained IP address and vice-versa at reset.

It is possible to disable/enable DHCP via a user interface such as a hyper-terminal? 

Kenneth

8
ATMELTM AT91SAM7X and AVR32 / AVR32 bare-minimum boot loader
« on: September 18, 2010, 05:11:47 AM »
I'm trying to get the boot loader running.  What file extension is the convert program looking for?

uTaskerConvert.exe

9
ATMELTM AT91SAM7X and AVR32 / FLASH_GRANULARITY
« on: September 10, 2010, 02:43:51 PM »
Hi Mark,

I'm trying to use an external SPI_FLASH (AT45DB642) with the PARAMETER_BLOCK_START located in tne internal flash. I'm using the EVK1105, which has an AVR32 (AT32UC3A0512). It seems that both device (AVR32 and AT45DB642) have different FLASH_GRANULARITY, (AVR32 = 512, AT45DB = 1024).  Will the different granularity cause a problem, and which one should I use for FLASH_GRANULARITY in the project.


Thanks

10
ATMELTM AT91SAM7X and AVR32 / PWM Register Mapping
« on: July 26, 2010, 01:43:26 PM »
Hi Mark,

I don't see the typical register mapping for the PWM module in AVR32.h.

i.e. #define PWM_ENA  *(volatile unsigned long*)(PWM_BLOCK + 0x04)

Am I overlooking something?

Thanks,
Kenneth

11
ATMELTM AT91SAM7X and AVR32 / EVK1100 LCD Support
« on: July 24, 2010, 08:53:46 AM »
Hi Mark,

It seems that your current release for AVR32 (1.4.3) doesn't support the EVK1100 LCD, which operates in SPI mode.  I just want to make sure you don't have any code before I begin writing a driver.


Thanks,
Kenneth

12
ATMELTM AT91SAM7X and AVR32 / EVK1105 PERIODIC Software Timer
« on: July 07, 2010, 12:07:36 PM »
Hi Mark,

I need a PERIODIC software timer.  Is there a way to set this up or should I just keep retriggering it?  Iguess the other option is to use a GLOBAL_HARDWARE_TIMER.



Thank you,
Kenneth

13
ATMELTM AT91SAM7X and AVR32 / USB Support for AVR32
« on: June 23, 2010, 03:44:44 AM »
When I enabled the USB_INTERFACE macro, it gave an error stating "USB_HW is undefined".
Does this USB stack supports the AVR32 mcu's?

Thank you
Kenneth

14
ATMELTM AT91SAM7X and AVR32 / uTaskerV1.4.3 AVR32 w/ EVK1105
« on: June 21, 2010, 06:57:32 AM »
Mark,

I'm using uTaskerV1.4.3 with IAR and a EVK1105.  It builds and downloads OK, but when I press the reset button LED0 flashes about 4 times and the LCD screen blinks.  The cycle repeat itself over and over.  I believe the board is resetting itself.  I tried it on 2 boards, and the results are the same.  I'm trying to run the default project ( no changes made,... just build and download).  Have you seen this before?  Any suggestions?

Thanks for any help

15
ATMELTM AT91SAM7X and AVR32 / TCP (Closing Connection)
« on: December 08, 2009, 07:14:28 AM »
I have a SAM7X board operating as a CLIENT, which initiates communication with a server.  After receiving the desired data, I want to the SAM7X to initiates the close sequence.  How is this done?

Thanks

Pages: [1] 2