Sorry Benj, Thanks for looking into the problems your a star. There still seems to be a problem. Radar Velocity.c: FCM_Update_display() 2072: FCV_R_FACTOR = fround(FCV_F_FACTOR, 1); ^ (361) function declared implicit int (warning) using updated 32-bit floating-point libraries; improved accuracy migh...
Hi Matrix, I have a compiler problem can you please find what the problem is? The Pic is a 18F46K42 2023: INTCON2bits.INTEDG0 = 1; ^ (192) undefined identifier "INTCON2bits" ^ (196) struct/union required Radar Velocity.c: FCM_Update_display() 2072: FCV_R_FACTOR = fround(FCV_F_FACTOR, 1); ^...
Martin, Thanks for a work around i would like to see the interrupts fixed and also been having problems with the generic LCD resizing, the only way is to resize project panel in flowcode 6 you could resize the LCD which was good. also the display does not work for more than 20 columns and the rows a...
Is their a problem with all the interrupts in the simulation for 18F4620. I have tried INT0 - INT2 and IOC and they all fire without being triggered.
I hope that there is a fix.
Has anybody got a example of code for two micros sending data to each other over TCP/IP using ENC28J60. I have read the Embedded Internet Course Notes but nothing seems to match all the macros in the course to the componet so need some help on how to do this.
Hi Stefan, Thanks for the replys i now have it responding to IP ping the problem was the SPI channel can not get it to work on channel 1 or 2 but will work on software channel. im now trying to workout how to send and receive data and the differant protocals that can be sent and received. if you get...
Hi Stefan, Thanks for the reply how are you going with your project? have you got any examples of what you have done so far? I have used some of flowcode examples which seem to initalise the ethernet chip ok because all the LEDS are working when connected to computer but i cant ping the chip it will...
Hi Everybody, Has someone got any example of two micros communicating with each other over a Ethernet network using ENC28J60. I have tried using some of the examples and i think that the ENC28J60 is working because all the light are flashing when i do a IP scan but cant see any found IP that the PIC...
Hi Everybody, Has anybody used LCD Mini Click see attached with Flowcode? i would like to use to help debug tried to use spi comms to do something basic but cant get to work. Any help would be great they have example C code but will not compile if used in C icon. https://www.mikroe.com/lcd-mini-clic...
Thanks for the reply i would try to do this but i do not understand the C code to try to change it to flowcode.
This is the main problem why i cant do this
Hi Martin, This is a software protocol that the company that i work for use. I have made many thing in the past using the code using PIC but need to start using ARM. This code was wrote by another engineer years ago but is not there now. This is a protocol that use's three letter commands which are ...