Search found 22 matches

by tmandreas
03 Dec 2019 21:18
Forum: Library Development Discussion
Topic: MikroE Click Library Structures
Replies: 3
Views: 3338

MikroE Click Library Structures

I have been trying to work on a project for a while and I keep running into libraries that don't seem to work for certain dev platforms, or do not have enough documentation on the library functions to be able to get them to work. Is there a tutorial or structure layout somewhere for how the librarie...
by tmandreas
09 Jun 2019 00:15
Forum: mikroC PRO for ARM General
Topic: MikroC Pro Arm I2Cx_Repeated_Start
Replies: 6
Views: 1793

Re: MikroC Pro Arm I2Cx_Repeated_Start

I tried moving to a different approach and going straight back to the Tiva DS. I tried writing the I2C routine with native register addressing. I got further along this way, but still have hit a snag getting multiple bytes of data read out. void IrThermoStart() { I2C4_Init_Advanced(_I2C_BITRATE_STAN...
by tmandreas
08 Jun 2019 18:17
Forum: mikroC PRO for ARM General
Topic: MikroC Pro Arm I2Cx_Repeated_Start
Replies: 6
Views: 1793

Re: MikroC Pro Arm I2Cx_Repeated_Start

I have continued testing on this subject with an Arduino board connected to one IrThermo Click and and my MT5 board connected to another IrThermo Click. I have attached an oscilloscope and compared the communication and clock lines. Arduino flow: Start bit, address, Wr bit, command, Start bit, addre...
by tmandreas
07 Jun 2019 19:34
Forum: mikroC PRO for ARM General
Topic: MikroC Pro Arm I2Cx_Repeated_Start
Replies: 6
Views: 1793

Re: MikroC Pro Arm I2Cx_Repeated_Start

Thank you for the reply. That answers the question as to why Tiva does not have _END_MODE_RESTART. However, I still cannot read data from IrThermo Click. No matter what I have tried in terms of I2C writing and reading, the IrThermo Click board does not respond to my Mikromedia 5 Tiva board. I can ho...
by tmandreas
06 Jun 2019 22:33
Forum: ARM PRO Compilers
Topic: Tiva Original Program
Replies: 11
Views: 4821

Re: Tiva Original Program

Currently, I am powering through the USB cable. I am wondering if the accelerometer is hanging when a reprogram happens while I2C communications are going. Not sure, but it does still hang sometimes when I don't stop reading the accel values when I reprogram.
by tmandreas
06 Jun 2019 20:59
Forum: mikroC PRO for ARM General
Topic: MikroC Pro Arm I2Cx_Repeated_Start
Replies: 6
Views: 1793

MikroC Pro Arm I2Cx_Repeated_Start

I am in need of sending a repeated start command on I2C for IrThermo Click. The LibStock examples do not give the detail needed to make it work in Mikromedia 5 Tiva, especially when I would like to use the on-board accelerometer and additional Click boards with I2C. I see that I2C_Repeated_Start is ...
by tmandreas
31 May 2019 18:49
Forum: ARM PRO Compilers
Topic: Tiva Original Program
Replies: 11
Views: 4821

Re: Tiva Original Program

This has been a bizarre issue. Just before your last reply, it all of a sudden started working. I had hooked up an oscilloscope and was not getting anything, then had powered down the display for a while. I came back and it there was data showing up. I reloaded the code and the accelerometer was wor...
by tmandreas
31 May 2019 15:27
Forum: ARM PRO Compilers
Topic: Tiva Original Program
Replies: 11
Views: 4821

Re: Tiva Original Program

BAD NEWS: The Accelerometer portion DOES NOT WORK. It does just what my boiled down test version does. The accelerometer portion does not seem to even start. I am not sure if it is the I2C configuration (which looks right to me), or the functions for writing data over I2C to the ADXL345. I finally f...
by tmandreas
31 May 2019 13:55
Forum: ARM PRO Compilers
Topic: Tiva Original Program
Replies: 11
Views: 4821

Re: Tiva Original Program

Thank you for the updated example. It is much closer to building than what was available. There still seems to be something missing though. It seems that the problem lies with the USBHost functions. I have clicked to add the USB libraries, but USBHost functions are not in that library. Here are the ...
by tmandreas
29 May 2019 22:30
Forum: Development Boards
Topic: mikromedia 5 Tiva C Accelerometer
Replies: 1
Views: 1015

mikromedia 5 Tiva C Accelerometer

I am trying to get the mikromedia 5 for Tiva C Series to work with onboard ADXL345 accelerometer. It seems to "hang" whenever I try to write to it over I2C for initializing. I feel like it should be relatively easy to get something like this working, but I can't seem to find any working examples tha...
by tmandreas
28 May 2019 18:05
Forum: ARM PRO Compilers
Topic: Tiva Original Program
Replies: 11
Views: 4821

Tiva Original Program

What is the example project to load to get the Tiva 5 C Series back to its "Out of the Box" program? I tried mikromedia_5_TIVA.mcpar but it will not compile. There are loads of files that can't be found or opened and once that is fixed with search paths, then there are loads of errors in netapp.h . ...
by tmandreas
09 Nov 2016 21:41
Forum: Development Boards
Topic: ECG Click
Replies: 4
Views: 2261

Re: ECG Click

Thank you for the quick reply. It works well.
by tmandreas
09 Nov 2016 17:08
Forum: Development Boards
Topic: ECG Click
Replies: 4
Views: 2261

Re: ECG Click

Do you know which USB UART on the Fusion I should connect to the PC to monitor with MikroPlot? I see that UART5 is initialized in the example code, but that doesn't seem to line up with UARTA or UARTB. Thank you.
by tmandreas
08 Nov 2016 21:46
Forum: Development Boards
Topic: ECG Click
Replies: 4
Views: 2261

ECG Click

Has anyone started working with this board yet? I have downloaded the code and looked it over, but can't seem to pinpoint the hardware you will need to run it. I am aiming for the PIC32 version and know that the example actually is written for the PIC32MX795F512L chip. I can't find the development h...

Go to advanced search