Search found 7 matches

by superglitch
29 Jul 2015 19:15
Forum: mikroC PRO for FT90x General
Topic: CAN Bus Example
Replies: 8
Views: 5709

Re: CAN Bus Example

Thank you for the example. Now I cannot get interrupts to work, seems to be a mismatch of the given vector table the documented table from FTDI. Here's what is defined in MikroE library's FT900.c: const IVT_WDT_IRQ = 1; const IVT_PM_IRQ = 2; const IVT_EHCI_IRQ = 3; const IVT_DUSB2_IRQ = 4; const IVT...
by superglitch
28 Jul 2015 17:23
Forum: mikroC PRO for FT90x General
Topic: CAN Bus Example
Replies: 8
Views: 5709

Re: CAN Bus Example

Well when heavily loading the CAN Bus (via other devices), I'm getting a lot of weird errors. Are there any examples to implement interrupt handlers with this library?
by superglitch
27 Jul 2015 21:37
Forum: mikroC PRO for FT90x General
Topic: CAN Bus Example
Replies: 8
Views: 5709

Re: CAN Bus Example

Well must be something to do with the wiring, when I hook up my ECU to the bus, everything works great.

P.S. don't forget your Mask and Filters.
by superglitch
27 Jul 2015 18:41
Forum: mikroC PRO for FT90x General
Topic: CAN Bus Example
Replies: 8
Views: 5709

Re: CAN Bus Example

Well I was able to get a message on the bus that my CAN logger is picking up, but rather than sending one message it's sending it repeatedly. I think the repeating problem is more of my little understanding of CAN on this low of level, hopefully more reading will clear this up, or if anyone has any ...
by superglitch
27 Jul 2015 17:18
Forum: mikroC PRO for FT90x General
Topic: CAN Bus Example
Replies: 8
Views: 5709

Re: CAN Bus Example

Is there anyway to get better documentation on how to use the library properly? The easy ft90x example requires that you have two FT90x devices, which I do not, so I'm not even sure if it works correctly. If we can not get updated documentation can you answer the following? What is the difference be...
by superglitch
23 Jul 2015 17:09
Forum: mikroC PRO for FT90x General
Topic: CAN Bus Example
Replies: 8
Views: 5709

Re: CAN Bus Example

Awesome thank you. Yesterday I was able to find the address by referencing the datasheet, but the EasyFT90x example is great, why isn't this part of the Clicker2 examples? It compiles and runs decent, problem I'm stuck at is that I will need a CAN transceiver, for now it's just infinite looping tryi...
by superglitch
22 Jul 2015 20:24
Forum: mikroC PRO for FT90x General
Topic: CAN Bus Example
Replies: 8
Views: 5709

CAN Bus Example

Hey guys, if you can't tell by this post, I'm a n00b when it comes to this low level of hardware programming. I was able to get myself familiar with the clicker 2 board starting from other examples, but nothing goes over what I really bought the board for, CAN bus. Is there any examples of getting t...

Go to advanced search