EmbeddedRelated.com
Memfault Beyond the Launch

Aux I/O not responding

Started by Taiwo in Rabbit-Semi11 years ago 4 replies

Hello guys I'm quite new to the Rabbit MCU. I have been trying to send some messages to an OLED through the aux I/O pins, but none of the...

Hello guys I'm quite new to the Rabbit MCU. I have been trying to send some messages to an OLED through the aux I/O pins, but none of the pins associated with the Aux I/O are responsding (including /IORD and /IOWR). I have macro definition at the start of the source file, amongst others. Please what am I missing out in the source file. Below is a brief description of my file. #def...


xbee_api.lib and other associated files in Dynamic C 9

Started by malanovo in Rabbit-Semi11 years ago 3 replies

I have an old RCM3710 module I picked up a long time ago that I just recently started playing with for hobbyist microcontroller projects. I was...

I have an old RCM3710 module I picked up a long time ago that I just recently started playing with for hobbyist microcontroller projects. I was going to play around with XBee connectivity, and although the Digi website offers a link to the "Dynamic C - An Introduction to ZigBee" PDF in the documentation section for Dynamic C 9, it would appear that the necessary xbee_api.lib file does not exist i...


rtc time in msec

Started by hongyang74 in Rabbit-Semi11 years ago 6 replies

Hello, is it possible to get rtc time in msecond? ------------------------------------

Hello, is it possible to get rtc time in msecond? ------------------------------------


Non volatile memory problems

Started by "dyn...@ymail.com" in Rabbit-Semi11 years ago 5 replies

I'm used rcm5600w with DC 10.56. I try to store data in nonvolatile memory with the following code, the problem arise when I tried unplugging the...

I'm used rcm5600w with DC 10.56. I try to store data in nonvolatile memory with the following code, the problem arise when I tried unplugging the power supply for a few minutes and turn on the power supply to read the data I stored, I lost the data. Is there any wrong with this program? Thanks. [code] #use "rcm56xxw.lib" #define dataADDR 0x1B28BUL // physical address of nonvolatile


dynamic C programming

Started by reis6805 in Rabbit-Semi11 years ago 1 reply

I am new to C programming in general. Can anyone explain the arguments of this, voltage = (value -...

I am new to C programming in general. Can anyone explain the arguments of this, voltage = (value - _adcCalibS[channel][GAINSET].offset)*(_adcCalibS[channel][GAINSET].kconst) I am sure the answer is obvious to all but me..... This is from the A to D converter routine using RCM3400. Thanks, Ron ------------------------------------


SPI TX pin is always high

Started by anand_gy2 in Rabbit-Semi11 years ago 3 replies

Hello friends i am new to this group and also new to Rabbit microprocessors.. i am trying to monitor TX pin using SPI interface... I am using...

Hello friends i am new to this group and also new to Rabbit microprocessors.. i am trying to monitor TX pin using SPI interface... I am using serial port B and SPI Dynamic C commands SPIwrite.. i have enabled my device as master clocked SPI mode.. Clock and CS line is functioning as per code..but i am not getting any output on TX pin,,it is always high.. 1 more thing ..i have not attached an...


Help needed with uploading data to HTTP Server

Started by racqueldesign in Rabbit-Semi11 years ago 5 replies

Hi, I need help with uploading(maybe posting is the proper word) data to my HTTP server. I have read the document on uploading files but this...

Hi, I need help with uploading(maybe posting is the proper word) data to my HTTP server. I have read the document on uploading files but this is a simple data upload and the skeleton example isn't working me. Can someone please tell me what I am doing wrong. The HTTP Server doesn't have a webpage to accept FORM. It simple respond to upload data. Example of the data in the body of the HTTP...


Ethernet causing reboot

Started by seecwriter in Rabbit-Semi11 years ago 1 reply

I have another Ethernet issue on an RCM6750. I power up the module with an Ethernet cable attached, it powers up fine. I then unplug the Ethernet...

I have another Ethernet issue on an RCM6750. I power up the module with an Ethernet cable attached, it powers up fine. I then unplug the Ethernet cable, my app correctly detects the disconnected cable and brings Ethernet down. When the cable is plugged back in, the Net.Lib crashes and the module reboots. Here is what I do: void CheckCable() if ( !pd_havelink( IF_ETH0 ) ) { if (ifpend...


Help needed with spi interfacing to mcp3208 and ads7871

Started by santogiuseppe in Rabbit-Semi11 years ago 2 replies

Hello, so far i succeeded to interface the minicore 6750 (and the rcm4000) with max4820, max31865 (an RTD-to-Digital Converter) and a touchscreen...

Hello, so far i succeeded to interface the minicore 6750 (and the rcm4000) with max4820, max31865 (an RTD-to-Digital Converter) and a touchscreen display but i have serious problems with ads7871 and mcp3208 I dont know what's the problem, the spi's signals (cs, miso, mosi and the serial clock) are connected to a logic analyzer, and the communication (cs, clock and the mosi from the minicore) se...


TCP/IP using gateway not working.

Started by dirk_the_stryker in Rabbit-Semi11 years ago 2 replies

I use BL2600 single board computers for data acquisition. I then use a Visual C# program to connect to the boards and analyze the data using a tcp...

I use BL2600 single board computers for data acquisition. I then use a Visual C# program to connect to the boards and analyze the data using a tcp socket connected to the BL2600. The BL2600 acts as the server using tcplisten(). The software connects to the BL2600 just fine over a local network. However, if I try to connect remotely through a gateway, it will not connect. I can ping the IP addr...


Ask a Question to the EmbeddedRelated community

To significantly increase your chances of receiving answers, please make sure to:

  1. Use a meaningful title
  2. Express your question clearly and well
  3. Do not use this forum to promote your product, service or business
  4. Write in clear, grammatical, correctly-spelled language
  5. Do not post content that violates a copyright


Memfault Beyond the Launch