Netduino home hardware projects downloads community

Jump to content


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.

Frank26080115

Member Since 03 Dec 2010
Offline Last Active Sep 19 2013 07:54 PM
-----

Posts I've Made

In Topic: Custom Firmware, DFU upload not verifying right

09 September 2013 - 04:47 AM

One workaround is to just use MFDeploy to load ER_FLASH and ER_CONFIG

 

But I'd still like a real answer to my previous question.


In Topic: How to get GPIOx address from Cpu.Pin for Interop?

25 August 2013 - 05:06 AM

So... is "NetduinoSDKSource_V4.2.0SecretLabs.NETMF.Hardware.NetduinoPlusNetduinoPlusHardwareProvider.cs" meant for Netduino Plus or Plus 2? I don't see any other directories indicating "Plus 2"

 

I have a Plus 2, where should I be looking for these numbers? These files are an absolute maze.

 

EDIT: found it,

GPIO_TypeDef* port = Port(pin >> 4);and#define Port(port) ((GPIO_TypeDef *) (GPIOA_BASE + (port << 10)))inside STM32_GPIO_functions.cpp

I'm baking my native code into the firmware first and calling it using [MethodImpl(MethodImplOptions.InternalCall)]


home    hardware    projects    downloads    community    where to buy    contact Copyright © 2016 Wilderness Labs Inc.  |  Legal   |   CC BY-SA
This webpage is licensed under a Creative Commons Attribution-ShareAlike License.