2011年3月2日 星期三
DMX512 Controller, DMX512 over Ethernet
DMX512 Controller, DMX512 over Ethernet,
We use LM3S6911, an TI ARM Cortex-M3 MCU which embedded Ethernet and multiple UARTs, so we use real-time streaming from remote Ethernet packets and encode it to output to UARTs for DMX512 output.
If you are interested in this solution, please contact us.
Sales@Golden-IC.com
Tel: +886-2-89920883 Ext. 110
Fax: +886-2-89920813
http://www.golden-ic.com/
TI Stellaris ARM Cortex-M3 MCU, USB to WiFi solution
TI Stellaris ARM Cortex-M3 MCU, USB to WiFi solution
Great News!
How long have you been waiting for a low cost WiFi solution?
Now, Golden IC can free your idea now and let you kick off your WiFi project immediately with TI Stellaris ARM Cortex-M3 MCU.
We port this solution with TI StellarisWare and using lwIP for TCP/IP Stack.
We accept small volume to high volume purchase order, from 1 pcs ~ above 500'000 pcs.
If you are interested, please contact us.
Sales@Golden-IC.com
Tel: +886-2-89920883 Ext. 110
Fax: +886-2-89920813
http://www.golden-ic.com/
Multi touch solution: Capacity touch screen LCD, use TI Stellaris ARM Cortex-M3 32-bit MCU
Multi touch solution: Capacity touch screen LCD, use TI Stellaris ARM Cortex-M3 32-bit MCU
We can provide 3.5 inch / 4.3 inch LCD module with Multi-touch,
all source code is ready for release to customer,
by the way, the wonderful thing is that we port the driver to adapt to StellarisWare.
We accept small volume to high volume purchase order, from 1 pcs ~ above 500'000 pcs.
If you are interested, please contact us.
Sales@Golden-IC.com
Tel: +886-2-89920883 Ext. 110
Fax: +886-2-89920813
http://www.golden-ic.com/
Microsoft .NET Micro Framework V4.1 port to TI Stellaris ARM Cortex-M3 to driving 9 inch touch LCD 800x480
Microsoft .NET Micro Framework(.NET MF) is a platform
that you can use Visual Studio to development smart device
which is RAM limited(less than 512KB), and no MMU type CPU,
this benefits the Visual Studio developers can now join Embedded System development
without long time learning curve.
Golden IC is the first one who successfully port .NET MF V4.1 to TI Stellaris
ARM 32-bit Cortex-M3 CPU
If you are interested, please contact us.
Sales@Golden-IC.com
Tel: +886-2-89920883 Ext. 110
Fax: +886-2-89920813
http://www.Golden-IC.com
2010年5月6日 星期四

Hi,
I would like to share with you that Golden IC has successfully ported Microsoft .NET Micro Framework to TI Stellaris MCU.
Please refer to following video link for TI Stellaris LM3S9B96 runs Microsoft .NET Micro Framework live demo.
http://www.youtube.com/watch?v=nO_IWpr-vJU
I would like to share with you that Golden IC has successfully ported Microsoft .NET Micro Framework to TI Stellaris MCU.
Please refer to following video link for TI Stellaris LM3S9B96 runs Microsoft .NET Micro Framework live demo.
http://www.youtube.com/watch?v=nO_IWpr-vJU
If you are interested in .NET MF port, please contact us.
Sales@Golden-IC.com
http://www.golden-ic.com/
Tel: +886-2-89920883 ext. 101
Stan Chen
Technical Marketing Manager
Golden IC Technology Co., Ltd.
2009年10月9日 星期五
TI E2E Community - Re: MSP430 vs Stellaris?ARM?Cortexâ¢-M3 MCUs
TI E2E Community - Re: MSP430 vs Stellaris?ARM?Cortexâ¢-M3 MCUs
I would say that for any application you are trying to develop, you want to see which device has hardware tools and software that are ready to be used. Specifically in your case: HID: Stellaris aleady has USB driver library in the...
I would say that for any application you are trying to develop, you want to see which device has hardware tools and software that are ready to be used. Specifically in your case: HID: Stellaris aleady has USB driver library in the...
Driver for RF CC1101 on TI Stellaris ARM Cortex-M3 MCU
Hi Guys,
Thanks for interested in this ported driver:
RF CC1100 on TI Stellaris ARM Cortex-M3 MCU
Part of the source code:
//Register Process API Function
void FWrite_one_byte_to_RF(unsigned char bData)
{
unsigned long ulData;
SSIDataPut(SSI0_BASE, bData);
SSIDataGet(SSI0_BASE,&ulData);
}
void FRead_one_byte_from_RF(unsigned long *ulData)
{
SSIDataPut(SSI0_BASE, 0x00);
SSIDataGet(SSI0_BASE,ulData);
}
void FWrite_register_to_CC2500_CC1100(unsigned char Bp_w_address,unsigned char Bp_w_data)
{
CSN_LOW();
while(Is_CC1100_BUSY());
FWrite_one_byte_to_RF(Bp_w_address);
FWrite_one_byte_to_RF(Bp_w_data); CSN_HIGH();
}
Please give me your e-mail, I will send the source code to you.
Try it, it is cool. Yeah!!!
Stan
Thanks for interested in this ported driver:
RF CC1100 on TI Stellaris ARM Cortex-M3 MCU
Part of the source code:
//Register Process API Function
void FWrite_one_byte_to_RF(unsigned char bData)
{
unsigned long ulData;
SSIDataPut(SSI0_BASE, bData);
SSIDataGet(SSI0_BASE,&ulData);
}
void FRead_one_byte_from_RF(unsigned long *ulData)
{
SSIDataPut(SSI0_BASE, 0x00);
SSIDataGet(SSI0_BASE,ulData);
}
void FWrite_register_to_CC2500_CC1100(unsigned char Bp_w_address,unsigned char Bp_w_data)
{
CSN_LOW();
while(Is_CC1100_BUSY());
FWrite_one_byte_to_RF(Bp_w_address);
FWrite_one_byte_to_RF(Bp_w_data); CSN_HIGH();
}
Please give me your e-mail, I will send the source code to you.
Try it, it is cool. Yeah!!!
Stan
訂閱:
意見 (Atom)