Search found 12 matches

by Dany79
27 Dec 2020 21:23
Forum: mikroPascal PRO for PIC32 General
Topic: Pic32Mz Interrupt
Replies: 2
Views: 1550

Re: Pic32Mz Interrupt

when i send one bit on U1 rx pin the u1rxInt() is exexuted one time but u5rxInt() seem to loop
by Dany79
24 Dec 2020 21:40
Forum: mikroPascal PRO for PIC32 General
Topic: Pic32Mz Interrupt
Replies: 2
Views: 1550

Pic32Mz Interrupt

Hello, I am trying to use the serial ports with the interruptions. At startup, the mcu initializes the ip address with DHCP and the interrupt for timer1 work and the RBA.14 led flashes. I'm able to ping the device on the network. If i send one char on the uart1 the mcu hang on the uart1rx interrupt....
by Dany79
04 Sep 2019 19:58
Forum: mikroC PRO for PIC General
Topic: Can program but can't debug
Replies: 27
Views: 6911

Re: Can program but can't debug

have you found a solution?

Dany
by Dany79
30 Aug 2019 21:52
Forum: PIC32 PRO Compilers
Topic: ADC Problem! How to Work with ADC with PIC32MZ!?
Replies: 2
Views: 2841

Re: ADC Problem! How to Work with ADC with PIC32MZ!?

The adc can scan the AN port. The cpu dont have to wait after the ADC. Some code from one of my firmware using the ADC DMA ADC init for scan to ram ANSELA := 0; ANSELB := 0; ANSELC := 0; ANSELD := 0; ANSELE := 0; ANSELF := 0; ANSELG := 0; ANSELA.0:=1; ANSELA.1:=1; ANSELA.5:=1; ANSELA.9:=1; ANSELA.10...
by Dany79
22 May 2019 19:44
Forum: mikroPascal PRO for PIC32 General
Topic: cant set tris on pic32mx534
Replies: 2
Views: 1853

Re: cant set tris on pic32mx534

m'y fault i look the bad page on the datasheet i took the io configuration for the pic32mx534L and i use the pic32mx534H,

Thank you for your help hexreader
by Dany79
22 May 2019 18:37
Forum: mikroPascal PRO for PIC32 General
Topic: cant set tris on pic32mx534
Replies: 2
Views: 1853

cant set tris on pic32mx534

i cant set gpio tris

Code: Select all

program MyProject;

{ Declarations section }

begin
  trisa:=0;
end.
by Dany79
11 Nov 2016 23:06
Forum: CAN Calculator
Topic: CAN Calculator Tool Released on Libstock!
Replies: 37
Views: 565282

Re: CAN Calculator Tool Released on Libstock!

I need to communicate with a program I created a long time ago and I can not change the can initialization. Is it possible to find the communication speed from the CAN initialization sequence? mcu frequency 20mzh pic18 with internal can Thank you Dany const SJW = 1; const BRP = 3; const PHSEG1 = 3; ...
by Dany79
29 Mar 2016 19:18
Forum: mikroPascal PRO for PIC Wish List
Topic: Managing firmware version
Replies: 4
Views: 3390

Re: Managing firmware version

Each time the project is compiled, the version number is incremented. The IDE generate a file with the difference between the latest version and the current. It would be nice to add a way to identify the user who start the compilation. The version number could be integreated in the firmware with a c...
by Dany79
09 Mar 2016 16:05
Forum: mikroPascal PRO for PIC Wish List
Topic: Managing firmware version
Replies: 4
Views: 3390

Managing firmware version

When compiling the firmware modifications made are saved to a file that includes every change. The version with number is incremented when compiling.

As:
v1.32
OldLine 564: If x = 30 Then
New Line 564: If (x = 30) then

Or:
Line 564: If (x = 30) then

Dany
by Dany79
12 Jun 2015 15:55
Forum: mikroC PRO for PIC General
Topic: init value for CONFIG3H not valid
Replies: 15
Views: 7700

Re: init value for CONFIG3H not valid

radug : you can copy the directory of your project and in the copy delete all parts of the program and keep only the initialisation parts and interupt parts with internal routine empty. Close the compiler and open your copy again. if the error is generate send the copy compresed in a rar files prote...
by Dany79
12 Jun 2015 14:26
Forum: mikroC PRO for PIC General
Topic: init value for CONFIG3H not valid
Replies: 15
Views: 7700

Re: init value for CONFIG3H not valid

Filip i cant send you a private message.
by Dany79
11 Jun 2015 15:58
Forum: mikroC PRO for PIC General
Topic: init value for CONFIG3H not valid
Replies: 15
Views: 7700

Re: init value for CONFIG3H not valid

Same error with micropascalpro for pic and same MCU

The error is show when i open the project files.

Filip i send you the password in private
X1.rar
project with error
(86.24 KiB) Downloaded 145 times

Go to advanced search