Search found 3123 matches

by LGR
12 Mar 2015 17:17
Forum: Product Announcements
Topic: Anouncing the development of FT90x compilers!
Replies: 44
Views: 378868

Re: Anouncing the development of FT90x compilers!

Essentially, Libstock is a crowdsourcing model. What perhaps could help is some coordination, for example, we don't need another robotics project as much as support files for more processors. ME needs to focus on the things that can't be addressed by Libstock; such as adding MZ support to the PIC32 ...
by LGR
03 Feb 2015 21:25
Forum: mikroPascal PRO for PIC32 General
Topic: Executing from RAM
Replies: 3
Views: 4007

Re: Executing from RAM

Execution from RAM isn't possible in a PIC24/dsPIC. It's only possible in PIC32, which is a modified von Neumann architecture.
by LGR
24 Jan 2015 04:38
Forum: Development Boards Wishlist
Topic: ESP8266
Replies: 2
Views: 3902

Re: ESP8266

That was fast. :shock:
by LGR
19 Jan 2015 23:01
Forum: Development Boards Wishlist
Topic: ESP8266
Replies: 2
Views: 3902

ESP8266

If you haven't noticed, there's a new wifi chip from China that's creating quite a stir. It's cheap, has 100 mw of power, and responds to AT commands. But there's more. The chip is a configurable core ARM, which means that people are hacking it to be a complete wifi ARM system on one chip. I don't k...
by LGR
30 Dec 2014 20:21
Forum: mikroPascal PRO for PIC32 General
Topic: Executing from RAM
Replies: 3
Views: 4007

Executing from RAM

The manual says that directive absolute is for variables, and directive org is for "a constant or a routine in ROM". I don't see a way to point a procedure to RAM. Is there an easy way to put a small amount of code (specifically ISRs) in RAM to reduce wait states?
by LGR
28 Dec 2014 00:08
Forum: mikroC PRO for PIC32 General
Topic: Physical <-> Virtual memory addresses (PA_TO_KVA1)
Replies: 4
Views: 4103

Re: Physical <-> Virtual memory addresses (PA_TO_KVA1)

That seems pretty straightforward. Instead of the Microchip C (for example),
bumf = VirtToPhys(&U1RXREG)
if I read that correctly, you simply use
bumf = U1RXREG & 0x1FFFFFFF
Am I missing anything?
by LGR
27 Dec 2014 23:17
Forum: Library Development Discussion
Topic: DMA library in PIC32
Replies: 6
Views: 8675

Re: DMA library in PIC32

It's almost a year later. I take it we're not going to see anything in support of this?
by LGR
20 Dec 2014 03:24
Forum: mikroC PRO for PIC32 General
Topic: Running code while SPI transfer
Replies: 1
Views: 2088

Re: Running code while SPI transfer

I'm not sure what you're trying to do, but you may want to consider setting up a DMA channel to do the SPI transfers independently of the CPU. AFAIK, there's no library support for this. You have to do it the hard way.
by LGR
29 Nov 2014 03:54
Forum: mikroPascal PRO for PIC32 General
Topic: Registers and Global Variables with Interrupts
Replies: 4
Views: 4867

Re: Registers and Global Variables with Interrupts

This isn't clear. Does 'volatile' exist in MP, or is this a request?

I've run in to this before, and used a dummy assignment to keep the optimizer from eliminating the variable, but that takes up precious cycles in an interrupt routine.
by LGR
29 Oct 2014 17:05
Forum: Product Announcements
Topic: Anouncing the development of FT90x compilers!
Replies: 44
Views: 378868

Re: Anouncing the development of FT90x compilers!

Especially since we were promised a PIC32 update the minute the PIC32MZ hardware became available, which was earlier this year...
by LGR
14 Oct 2014 03:49
Forum: Product Announcements
Topic: Anouncing the development of FT90x compilers!
Replies: 44
Views: 378868

Re: Anouncing the development of FT90x compilers!

Fast graphics is fine and good, but embedded applications often hinge on peripherals. How do you do ethernet or wifi or how many uarts does this thing have? USB modes? Bluetooth? We're not talking about the important details.
by LGR
11 Apr 2014 14:18
Forum: mikroC PRO for PIC General
Topic: GLCD Font Creator 1.1.0 - mikroElektronika Edition
Replies: 18
Views: 19260

Re: GLCD Font Creator 1.1.0 - mikroElektronika Edition

Filip, This is sort of wandering off topic, but with all of this code written for XP, and Microsoft pulling the plug on XP, maybe this is a good time for mE to get serious about making Linux versions of everything. Right now, I'm migrating everything to Linux, and the only reason I'm keeping my XP b...
by LGR
13 Jan 2014 22:28
Forum: mikroPascal PRO for PIC32 Beta Testing
Topic: PIC 32 Test for Return from Interrupt Handler
Replies: 4
Views: 4496

Re: PIC 32 Test for Return from Interrupt Handler

Sometimes I wish that there was an easy switch to defeat the optimizer for testing purposes. When you have one of these mysteries, that would be an easy thing to try, and you could confirm where to start looking.
by LGR
24 Oct 2013 22:21
Forum: mikroBasic PRO for ARM Wish List
Topic: The introduction of a command to generate DTMF tones ?
Replies: 9
Views: 7793

Re: The introduction of a command to generate DTMF tones ?

I'll second this. There are some applications where sending SMS is too much fooling around (and may wear out the SIM card), and DTMF is a more suitable solution. The GSM modules generally have DTMF generating AT commands, but the PIC needs to be able to decode it from the audio. Sometimes this may b...
by LGR
21 Oct 2013 18:33
Forum: Libstock Discussion
Topic: Reading documents in a package
Replies: 4
Views: 4359

Re: Reading documents in a package

What some people do is provide a ZIP instead of a MPKG. As far as the listing is concerned, I'd rather have just plain text that can easily be copied and pasted. PDF is only worthwhile when you have pictures or when formatting is critical. IMO, the best thing to do is: 1) Create the mpkg 2) Place th...

Go to advanced search