Search found 10 matches

by cicio65
18 Dec 2017 17:54
Forum: mikroBasic PRO for ARM General
Topic: Help! Ethernet Problem with mikroBasic 6.0.0
Replies: 7
Views: 2563

Re: Help! Ethernet Problem with mikroBasic 6.0.0

Hi Dusan, sorry but I have to disturb you again. When I copy the file "__Lib_GPIO_32F4xx.emcl" in .. \ Uses \ ST M4 \ ", I get the following error when I compile 340 File 'C:\Program Files\mikroBasic PRO for ARM\Uses\ST M4\__Lib_GPIO_32F4xx.mbas' not found I have verified and in the directory report...
by cicio65
14 Dec 2017 10:21
Forum: mikroBasic PRO for ARM General
Topic: Help! Ethernet Problem with mikroBasic 6.0.0
Replies: 7
Views: 2563

Re: Help! Ethernet Problem with mikroBasic 6.0.0

Hi guys,
I wanted to know if you are analyzing this problem or if I have to downgrade to 5.1.0

Thanks,
Enrico Pagani
by cicio65
03 Dec 2017 21:55
Forum: mikroBasic PRO for ARM General
Topic: Help! Ethernet Problem with mikroBasic 6.0.0
Replies: 7
Views: 2563

Re: Help! Ethernet Problem with mikroBasic 6.0.0

Ok, I'm waiting for your reply.
Thanks,
Enrico.
by cicio65
30 Nov 2017 12:59
Forum: mikroBasic PRO for ARM General
Topic: Help! Ethernet Problem with mikroBasic 6.0.0
Replies: 7
Views: 2563

Help! Ethernet Problem with mikroBasic 6.0.0

My project with version 6.0.0 of MikroBasic PRO no longer works. The Ethernet is blocked since negotiation (Net_Ethernet_Intern_Init) To exclude problems of my Software, I wrote this basic project that I attach. ' 107_network_ethernet_library fof ARM Required ' Project Configuration: ' Scheme - STM3...
by cicio65
24 Nov 2017 13:16
Forum: mikroBootloader
Topic: Ethernet Bootloader
Replies: 2
Views: 6625

Re: Ethernet Bootloader

Ethernet Bootloder not only for pic32 please!
I would have many applications for STM32F4
by cicio65
28 Jul 2017 12:05
Forum: mikroBasic PRO for ARM General
Topic: network_ethernet_library_v1.0.7.0
Replies: 2
Views: 1722

Re: network_ethernet_library_v1.0.7.0

Solved, sorry, my inexperience

Enrico
by cicio65
27 Jul 2017 20:56
Forum: mikroBasic PRO for ARM General
Topic: network_ethernet_library_v1.0.7.0
Replies: 2
Views: 1722

network_ethernet_library_v1.0.7.0

I'm using this library with the "EasyMx PRO V7" card and micro ST32F107, and with this micro no problem. Now I'm developing on "mikromedia7 for STM32F4" but with this micro I have a problem: The compiler terminates successfully but then gives me the following error: 360 - Unresolved extern 'Net_Ethe...
by cicio65
25 Jul 2017 20:29
Forum: mikroBasic PRO for ARM General
Topic: Problem solving an “IF” condition
Replies: 2
Views: 2393

Re: Problem solving an “IF” condition

solved. "Socket_Global" points to a structure (SOCKET_Intern_Dsc) that can repeat up to 7 times (const NUM_OF_SOCKET_Intern as char = 7), so you have to point to the number of physical structure, then to the physical structure and finally to the byte we are interested. More easy to do than to explai...
by cicio65
24 Jul 2017 20:42
Forum: mikroBasic PRO for ARM General
Topic: Problem solving an “IF” condition
Replies: 2
Views: 2393

Problem solving an “IF” condition

Hi, I have a problem to solving an “IF” condition Bring an extract from your sample in “Network Ethernet Internal Library for STM32” Object: Net_Ethernet_Intern_startSendTCP dim socket_global as ^SOCKET_Intern_Dsc dim mark as byte main: . . if( (socket_global.state = 3) and (mark = 1) ) then … end i...

Go to advanced search