Discussion Title | Created date |
---|---|
Migrate from Tiny44 to Tiny441? I've done a quick search, but didn't find anything much. Anyone know if it's trivial to migrate Tiny44A code to a 441? Farnell are out of stock of the 44A... John |
Monday, 28 April 2014 - 08:21 |
discards 'const' qualifier warning. I have a function for sending a string to a serial port. It also adds a checksum, and some framing, so I don't want to simply use a printf(). However, I like the flexibility of... |
Friday, 25 April 2014 - 10:02 |
Strange error in stddef.h My project has started refusing to compile, it is moaning about a line in stddef.h, which, as far as I know, I haven't altered in any way. I have undone all the recent additions... |
Wednesday, 2 April 2014 - 20:03 |
Using DACC with DMA (SAM4) Is it possible to use the SAM4 DMA(PDC) to read data from Flash and squirt it out through the DACC? Failing that, I assume that it's possible to pull the data from RAM and send it... |
Sunday, 23 March 2014 - 13:52 |
SAM4S16C instruction times I'm in the process of re-writing TFT drivers for a SAM4S16C project. I was using SPI for early testing, but now I have 18 bit parallel access. Naturally I want to squeeze the last... |
Monday, 17 March 2014 - 18:23 |
Assembler files under AS6.x Under WinAVR, stand-alone assembler files, as I recall, had to be.S (upper case). If I ask to add a new item in the form of an assembler file to my SAM4 project under AS6.1, it... |
Saturday, 8 March 2014 - 10:21 |
Saturating intrinsics, anyone? Anyone know if it's possible to use the ARM C language extensions for saturation under AS6.1? I'm hoping to use the x = __usat(x, 8); sort of thing to keep rgb values in... |
Friday, 7 March 2014 - 12:59 |
SAM4 bootloader - good progress, but a couple of Qs I do no want to be guilty of inter forum cross-posting, so here's a link to the post I just made in the AT91 forum. http://www.at91.com/forum/viewtopic.php/f,29/t,22140/p,40616/#... |
Saturday, 18 January 2014 - 11:08 |
Writing to Flash for SAM4S Does anyone have any experience of this? I can't make head or tail of the documentation. In particular, I don't understand where the "internal latch buffer" is, or how to access... |
Saturday, 11 January 2014 - 10:46 |
Bootloader support for SAM4S16C I need to write a bootloader for the SAM4S16C. I know it has a built-in SAM BA in ROM, but, as far as I can tell, there is no timeout mechanism, so in the event that the GPNVM bit... |
Wednesday, 8 January 2014 - 20:18 |
Where files should go in AS6.1(so Visual Studio question?) I am unsure as to how to organize files in AS6.1 If I just lump everything into the scr folder it works, but I would rather separate things into folders. However, if I add .c... |
Tuesday, 24 December 2013 - 11:53 |
RE: How can i creat flash table in C? Quote: the avr-gcc compiler chooses to implement "__flash" and no special pgm() accessor functions are required any more. When did this happen? I feel so out of date now!... |
Thursday, 19 December 2013 - 09:13 |