- Netduino Forums
- → Viewing Profile: Posts: Illishar
The Netduino forums have been replaced by new forums at community.wildernesslabs.co.
This site has been preserved for archival purposes only
and the ability to make new accounts or posts has been turned off.
Community Stats
- Group Members
- Active Posts 146
- Profile Views 7177
- Member Title Advanced Member
- Age Age Unknown
- Birthday Birthday Unknown
-
Gender
Not Telling
0
Neutral
User Tools
Friends
Illishar hasn't added any friends yet.
Posts I've Made
In Topic: coding style discussion
25 March 2011 - 07:53 AM
As a experienced pro programmer, I'd like to join the group that despises the "var" keyword. It might be compile time typesafe, but it's still an abomination.
(Among others it makes the code less readable I think)
In Topic: Netduino Plus / AT91SAM7X-EK compatibility
04 March 2011 - 03:31 PM
The NutOS works perfectly, without any tweaks. (Has a full ethernet stack.)
In Topic: Compiling netmf with GCC4.2
04 March 2011 - 03:20 PM
For building SPI stuff, I'd recommend not messing with custom firmware. (If you can avoid it.)
The best compiler you can get is the RVDS compiler. The newer GNU (gcc 4.5) is not bad either though. The issue with netmf is that it's only officially supported by gcc 4.2. Which isn't that impressive. (You'll get too big images.)
This issue is enhanced by the fact that neither Microsoft nor Secret Labs are putting much efforts into supporting GNU. The question about image sizes is only really important on very small boards (like the Netduino). The rest of the world has plenty of storage space. (No one has ever complained about the GNU image size on eg. *nix.)
A block btw, is often used for defining the minimum write size on a flash. In this case it's 8k. (I think the Atmel blocks are really 256b though. Meh, who cares.)
Btw, Secret Labs are planning an upgrade to ease custom firmware. So that we won't have to buy RVDS or recompile the whole netmf.
In Topic: Reset
04 March 2011 - 02:59 PM
Oh, sry for not answering. Yes, the Register class is custom firmware that gives direct access to the memory: http://forums.netdui...afe-port-access
And this reset method is just a proof of concept. It doesn't call the builtin .NET MF reboot. It makes the processor reboot by calling the builtin registers directly.
(It's an actual low level reset.)
In Topic: Runtime Native Code Interop
14 February 2011 - 06:18 PM
Can you provide more detail about what you're referring to or post a URL to what you were reading?
The following is not one of my 'readings' but it does hint at the issue: http://infocenter.ar...aqs/ka3698.html
It also states however that it *is* possible to create pic. Both with THUMB and ARM. And it gives away that the RVDS compiler has solved the issue.
We however, have to make it work with GNU. I'll see if I can dig up my other source.
- Netduino Forums
- → Viewing Profile: Posts: Illishar
- Privacy Policy