Search found 1460 matches
- Thu Feb 14, 2013 5:16 am
- Forum: Software issues
- Topic: RSIR and reset
- Replies: 2
- Views: 7582
RSIR and reset
according to p. 60 of the LPC2101/02/03 manual UM10161 rev. 4, POR (power-on reset) clears all other reset bits including EXTR, which is asserted either with the ARMmite rev. 2's reset button or DTR. is there an error in the documentation, or does the FT232R or other component of the ARMmite2 assert...
- Thu Feb 14, 2013 5:14 am
- Forum: Software issues
- Topic: C with IAP calls
- Replies: 0
- Views: 6977
C with IAP calls
This probably wouldn't matter to most programmers, but an application that extends itself using IAP calls needs to leave unused parts of a sector as all ones (0xffffffffff....) and neither load21xx.exe nor lpc21isp does that; both overwrite the entire sector with whatever happens to be in the 4096-b...
- Thu Feb 14, 2013 1:46 am
- Forum: Software issues
- Topic: log function in C
- Replies: 5
- Views: 11580
Re: log function in C
Ahh, yes. I see them now. I was looking in a different Coridium directory
that I created. I will have to straighten out my directories. Thanks.
that I created. I will have to straighten out my directories. Thanks.
- Thu Feb 14, 2013 1:46 am
- Forum: Software issues
- Topic: log function in C
- Replies: 5
- Views: 11580
Re: log function in C
I think you need to re-do your search, there are 3 copies I see, one in a c++
directory so probably ignore that one
arm-none-eabi\include
arm-none-eabi\sys-include
both have a math.h
directory so probably ignore that one
arm-none-eabi\include
arm-none-eabi\sys-include
both have a math.h
- Thu Feb 14, 2013 1:45 am
- Forum: Software issues
- Topic: log function in C
- Replies: 5
- Views: 11580
Re: log function in C
I did not find math.h when I did a search in the Coridium folder. Do I
need to re-download something?
need to re-download something?
- Thu Feb 14, 2013 1:44 am
- Forum: Software issues
- Topic: log function in C
- Replies: 5
- Views: 11580
Re: log function in C
I found math.h in by searching the coridium folder
Haven't used it yet but I believe the math libraries are pre-compiled in the gcc
setup.
Haven't used it yet but I believe the math libraries are pre-compiled in the gcc
setup.
- Thu Feb 14, 2013 1:44 am
- Forum: Software issues
- Topic: log function in C
- Replies: 5
- Views: 11580
Re: log function in C
Got it. I could not find the math.h file online for download nor in the Coridium download. Is there a site to download .h files? I found one on my computer that was from an Arduino package, it seems to work fine. So problem fixed, but I would like to know how I could get these header files in the fu...
- Thu Feb 14, 2013 1:43 am
- Forum: Software issues
- Topic: log function in C
- Replies: 5
- Views: 11580
log function in C
I need to basically do this.
float MyTag;
MyTag = 20*LOG10(i/1);
I was looking for a math.c file to include in the header but could not find it.
Do I need a file to link to in order to use the Log function? How do I use a
Log base 10 formula?
Thanks in advance.
float MyTag;
MyTag = 20*LOG10(i/1);
I was looking for a math.c file to include in the header but could not find it.
Do I need a file to link to in order to use the Log function? How do I use a
Log base 10 formula?
Thanks in advance.
- Thu Feb 14, 2013 1:23 am
- Forum: Software issues
- Topic: GET or POST from ARMweb
- Replies: 8
- Views: 15820
Re: GET or POST from ARMweb
Bruce,
Did you ever make any headway on this?
Thanks,
Mark
Did you ever make any headway on this?
Thanks,
Mark
- Thu Feb 14, 2013 1:22 am
- Forum: Software issues
- Topic: C version of BASICchip
- Replies: 5
- Views: 11887
Re: C version of BASICchip
> > > > But we do know the MakeItC works correctly for the 1114, as the BASIC firmware is really a C program that we develop using MakeItC. > > > As we do intend to support C on the PROstart board, I've modified Csample.c to at least compile and wiggle pins for the LPC1114 I've also re-organized som...