Search found 7 matches

by anla
29 Sep 2021 10:25
Forum: mikroC PRO for PIC32 General
Topic: KVA_TO_PA with pointer to a struct
Replies: 0
Views: 1034

KVA_TO_PA with pointer to a struct

Hi,

KVA_TO_PA requires a CONST to work, but I would really like to pass a pointer to a structure in memory instead, similar to KVA_TO_PA( &mystruct )
Any way to work around this ?
by anla
23 Jan 2021 09:47
Forum: mikroC PRO for PIC32 General
Topic: PIC32MZ2048EFM064
Replies: 3
Views: 1379

Re: PIC32MZ2048EFM064

Hi Filip,

This is same topic as we discuss in support email this week which you have been able to reproduce :D
/Anders
by anla
20 Jan 2021 11:43
Forum: mikroC PRO for PIC32 General
Topic: PIC32MZ2048EFM064
Replies: 3
Views: 1379

PIC32MZ2048EFM064

Hi, In a project with ethernetlibrary, CAN and other modules we have a problem with RAM and pointers. We have defined a number of small buffers etc, 2-4kB in size and this together with overhead from other libraries puts RAM usage in the area of 64kB. When RAM exceeds 64kB strange things start to ha...
by anla
13 Jan 2021 20:02
Forum: IDE
Topic: Necto Studio 1.4 on Mac and old projects from Mikro C
Replies: 5
Views: 1988

Re: Necto Studio 1.4 on Mac and old projects from Mikro C

Hi, Yes, I was kind of expecting that when I sort for .h files I will only see .h files, now they are highlighted but all other files are visible so if you have alot of files in the project you will still have to scroll alot and pay attention to what is highlighted or not. Not sure if this is MacOS ...
by anla
11 Jan 2021 18:56
Forum: IDE
Topic: Necto Studio 1.4 on Mac and old projects from Mikro C
Replies: 5
Views: 1988

Re: Necto Studio 1.4 on Mac and old projects from Mikro C

Hello Filip, Running macOS 11.1 (20C69) Big Sur on a Macbook Pro 16" I understand that not everything is ready at once with new version :-) So I am looking at Ethernet from legacy library to see if I can use that instead, helpfile says Ethernet PIC18FxxJ60 Library but I assume this is just wrong/gen...
by anla
08 Jan 2021 14:31
Forum: IDE
Topic: Necto Studio 1.4 on Mac and old projects from Mikro C
Replies: 5
Views: 1988

Necto Studio 1.4 on Mac and old projects from Mikro C

Hi, Testing the trial version for Mac since it would be great to move projects from old windows machine to new mac and skip virtual PC...but there are some issues and questions: Overall it seems file dialogs filter is not working, when opening projects and filter is set to .mcp32 it still shows all ...
by anla
09 Mar 2020 10:39
Forum: mikroBasic PRO for PIC32 General
Topic: DHCP client example ?
Replies: 4
Views: 2732

Re: DHCP client example ?

Did you resolve this and got DHCP working ?
I tried the Mikro http sample and changed static to dhcp in the example.
Router sees DHCP reuqest and sends DHCP offer but Ethernetlib dos not Ack or return IP.

Go to advanced search