Cypress Tutorial?

Unfortunately when I tried this today, programming failed. It said that FRC_IO_v2.hex was not compatible with our First Touch. I’m searching around here to figure out what I need to do…

Chris,

Make sure you are using a psoc 3. I am pretty sure we ordered one from Cypress, but were delivered a psoc 5. Apparently similar boards, but different processors. Thus, we are looking into the legality and compatibility of using the psoc 5, 'cause we see the psoc 3 is not unavailable. (at least the last time I checked)

Please post if you find out different, as we are getting a similar error when we try to download the latest code from FIRST for psoc 3.

Thanks, RayG

The board we’re using is the one that came in the kit from 2 years ago. Us being a veteran team, we have to reuse an old one. We haven’t used any special inputs at the driver’s station since FIRST switched to the NI system, so this thing has been packed away and I haven’t really given it a second thought. But anyway, it is the one we got in the 2009 kit - it was just packed away and we dug it out a couple days ago.

I got the error just as we were being kicked out of the school, so I didn’t have time to write it down, but it was something along the lines of this (heavily paraphrased):

“Programming failed: the XXXX.xxx was created for (something I can’t remember) v32, and the (something I can’t remember) you are trying to program is v31.”

It seems like our board is so old that the new firmware isn’t suited for it. Of course, I could be wrong. As I said, we were getting the boot as this was happening and all of that stuff is still at the school so I can’t do any real testing. I’m thinking that if I recompile the open-source code with the software that I installed from the CD we had, it will solve the problem. I was hoping that someone else saw this problem and had a solution so I didn’t have to spend a lot of time (which I don’t really have right now) tracking this down.

No, sorry, not the same issue, although our solutions may be similar (rebuild with appropriate toolset).
Perhaps you can install the old CD on a separate computer and load the previous year’s .hex file to the board.

I am afraid we may have to port the code to a variant processor, as the psoc5 uses a different compiler and probably different header files. We don’t want to tear up previous driver stations, as we use them for promotions and recruiting. ;-(

Thanks for the response, RayG

This covers the compatibility mode I/O. Where are the extra connections for the Enhanced mode?
I am interested in the Button Inputs.

Hi Randy,

Enhanced Mode is set via the Driver Station (I/O tab -> Enhanced).

Tell it you want to use enhanced mode and what you want each pin to be.
I’ve attached an example that sets up 16 button inputs and shows the pin assignment corresponding to the markings on the back of the Cypress board.





Hi Mark,
I found information on the 16 DIOs. After you select the Enhanced mode, the Operator’s display has the 16 DIOs plus 8(?from memory) Buttons and 8 LEDs. I think that LEDS are the tiny LEDs on the Cypress board. What I am looking for is: What are the Buttons, how do they work and how do I connect to them, if they are additional inputs?
Thanks

That information is in the Cypress Board Pinout but I don’t see Button 1 called out.

In the attached, I believe the Buttons are the 5-element Slider on the board itself, and the LEDs are shown.





There’s also a simple new product from e-stop called a CCI. It looks like a joystick to your software but gives you 12 digital inputs and 4 analog inputs. Simpler to use than a Cypress though not as flexible. http://www.estoprobotics.com/estore/index.php?_a=viewProd&productId=33

As long as you are using the board that shipped in the kit a year ago, then the firmware should work for you. It has not been recompiled since then (no bugs reported since beta last year). If you can provide the exact error, I may be able to help you figure our what’s going wrong. If I had to guess based on what you’ve told us so far, it would be that you downloaded a newer version of the programmer than the board supports, though I’ve never actually seen a complaint like that from the programmer software.

-Joe

Thanks, I was hoping for more I/O. Maybe Dale’s device will help.

Looks good. Thanks for the information. I wish that the site had shipping cost information. That’s always an issue for Hawaii teams. Five dollars for an item and $40 shipping.

I’m very curious what you’re doing that you need more I/O than the Cypress gives you. Perhaps I can help you figure out how to use more of the I/O on the Cypress board to accomplish what you need.

-Joe

Greetings from eStop Robotics!

Many thanks to Dale for suggesting our new product the CCI (Custom Controls Interface)!!!

As far as shipping costs go, we ship USPS flat rate boxes. Shipping to HI or any other State is about $5 for the smallest box, 10$ for the next size up. We’re in PA, USPS will get it to HI in 4 days.

The CCI has 12 digital inputs and 4 analog inputs. No special SW or drivers to install. It works with your Driver Station PC out of the box. Your cRio programming is also no different than using a joystick, the same functions are used for the CCI as a regular joystick.

http://www.estoprobotics.com/estore/index.php?_a=viewProd&productId=33

Good Luck to all the teams!!!

And to add to that, I entered our order from E-Stop yesterday (Sunday) and it was packaged that night going out in Monday’s mail!

We have quite a few autonomous and operational modes. We are looking at driving a LED for each mode. Once the Control team and Drive team agree on what we want we’ll have a real requirement. At this point, I think that we might exceed the basic 16 DIO. If we have a real requirement for more, I’ll take you up on for offer. As of know we’ll wait and see what the kids come up with.

Thanks for the information. I love people who use USPS. So many sites only will use 2nd day air to ship to us.
I’m going to order one just to have in my personal tool box.

We store our autonomous modes as an enum, and display that on the dashboard and/or the user messages on the driver station. I think we’re limited to 255 that way.

I tried reprogramming the device again last night. Here is the error I’m getting:

“The hex file was built for silicon revision ES2, but the acquired device is revision ES1. Use PSoC Creator to generate a hex file for the proper device.”

I downloaded the source code, but I having yet to get it to compile - many errors, lack of time.

The IO module configuration document mentions a FRC_IO_v1.hex, but that did not come on our Classmate Image. FIRST Forge only has v2 for download. Does anyone have v1 available?

v1 was also for the ES2 silicon. I suggest you contact Cypress to get your board replaced. I’m not sure if they ever (meant to have) shipped ES1 processors.

-Joe