Search found 1086 matches

by basicchip
Sun Oct 23, 2022 12:51 pm
Forum: Software issues
Topic: Linux compile, LPC4330
Replies: 1
Views: 1270

Re: Linux compile, LPC4330

My Linux machines are still in storage, but looks like the issue is a typo in the LPC43xx.bas file

Fixing the first line, fixes it in Windows, most likely in Linux as well. The git has been updated and will roll out in future release.

Corrected file attached here
LPC43xx.bas
(175.5 KiB) Downloaded 196 times
by basicchip
Thu Jun 16, 2022 4:07 pm
Forum: Your first forum
Topic: ARMstamp communication problem on WinXP
Replies: 8
Views: 3274

Re: ARMstamp communication problem on WinXP

OK let me take that back, lpc_driver_installer did not work, but pointing the Win driver installer to the lpcopen_example_windows_usb_drivers DID work

And I can talk to and load programs on the ARMstamp with that.

Will load up a blog article and link to those files. (too big to include here)
by basicchip
Thu Jun 16, 2022 3:58 pm
Forum: Your first forum
Topic: ARMstamp communication problem on WinXP
Replies: 8
Views: 3274

Re: ARMstamp communication problem on WinXP

Found a WinXP SP3 laptop from a friend. I tried lpc_driver_installer, it failed for me to install.

I doubt there is an NXP supported driver for VCOM and WinXP, so we can't help you there, but ARMstamps run on Win 7 and beyond, Linux, iOS, and Raspberry Pi.
by basicchip
Thu Jun 16, 2022 11:41 am
Forum: Your first forum
Topic: ARMstamp communication problem on WinXP
Replies: 8
Views: 3274

Re: ARMstamp communication problem on WinXP

I had no luck trying to create a bootable USB drive for WinXP. I do have one old SATA drive labeled XP, not sure the last time it was in a PC, and it won't fit in my current sacrificial PC, but I will try to clone it to a 2.5" drive. Will try this weekend, but not real hopeful. The NXP driver for th...
by basicchip
Wed Jun 15, 2022 10:09 pm
Forum: Your first forum
Topic: ARMstamp communication problem on WinXP
Replies: 8
Views: 3274

Re: ARMstamp communication problem on WinXP

PS com setting like baud, stop bits ... are completely irrelevant on this USB driver.
by basicchip
Wed Jun 15, 2022 10:08 pm
Forum: Your first forum
Topic: ARMstamp communication problem on WinXP
Replies: 8
Views: 3274

Re: ARMstamp communication problem on WinXP

Does Com3 show up in Device Manager as an NXP VCOM USB serial port?

I am trying to see if I can build a WinXP USB boot disk to run on one of my older systems. Not sure that will work, but worth a try.
by basicchip
Wed Jun 15, 2022 4:09 pm
Forum: Your first forum
Topic: ARMstamp communication problem on WinXP
Replies: 8
Views: 3274

Re: ARMstamp communication problem on WinXP

You might try this installer from NXP, not sure it will handle Win XP

https://www.coridium.us/coridium/files/ ... taller.exe

I'll see if I might have an XP machine buried somewhere, but most were converted to Linux
by basicchip
Wed Jun 15, 2022 3:37 pm
Forum: Your first forum
Topic: ARMstamp communication problem on WinXP
Replies: 8
Views: 3274

Re: ARMstamp communication problem on WinXP

I will look into it. I may not have a working WinXP machine anymore. I believe their are threads in the forum about this, and will search a bit more.
by basicchip
Wed Mar 23, 2022 4:42 pm
Forum: SPI and I2C
Topic: Simple example of I2c code " My World" request
Replies: 48
Views: 7066

Re: Simple example of I2c code " My World" request

You might check this thread in the forum

viewtopic.php?f=4&t=956&p=3250

Or check the blog post, where we interface to byte/nibble serial interfaces

https://www.coridium.us/coridium/blog/lcd-interface-pcb

Both turned up in searches for LCD on the main page
by basicchip
Tue Nov 30, 2021 5:35 pm
Forum: Other Hardware interfaces
Topic: How to program the ProStart LPC1114 with LPC's FlashMagic
Replies: 4
Views: 3878

Re: How to program the ProStart LPC1114 with LPC's FlashMagic

Thanks olzeke for answering the question, did not see it go by. How are you generating the hex file? Just curious. BTW that load C pin is also driven by our serial USB dongle, so that the load hex of MakeItC handles the boot mode automatically. You can also modify other USB dongles to connect RTS to...