- Posts: 170
Can Any help me with my F7
- djtrance
- Topic Author
- Offline
I have a devo F7. I changed the memory for a more big memory SST25VF032B, but the radio can`t use it. after a lot of test, I put again the original memory but this memory doesn't work. I has tried with a new original memory but I have the same problem. After some time working with saleae logic, now I can see that the CE pin, has not any change when I turn on the radio.
I'm triying to chafe the memory because I'm working on the devo F7 port, that has started microUAV. (there are a firmware that is working on the devo f7, but is not ready yet, there are a lot of work to do. actually I'm working on the emulator, but I want to test it on the tx)
PD: sorry my english
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
Please Log in or Create an account to join the conversation.
- djtrance
- Topic Author
- Offline
- Posts: 170
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
Please Log in or Create an account to join the conversation.
- djtrance
- Topic Author
- Offline
- Posts: 170
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
utils/multi-module/programmer
which has a pretty stripped-down code. you can then use:
while(1) {
if(PWR_CheckPowerSwitch()) PWR_Shutdown();
u32 buttons = ScanButtons();
if(CHAN_ButtonIsPressed(buttons, BUT_ENTER) {
//set pin
} else{
//clear pin
}
}
Please Log in or Create an account to join the conversation.
- djtrance
- Topic Author
- Offline
- Posts: 170
Please Log in or Create an account to join the conversation.
- djtrance
- Topic Author
- Offline
- Posts: 170
what do you think?
If I can fix it.. I will start to check the problem of the porting firmware on the devo f7
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
Please Log in or Create an account to join the conversation.
- djtrance
- Topic Author
- Offline
- Posts: 170
Please Log in or Create an account to join the conversation.
- djtrance
- Topic Author
- Offline
- Posts: 170
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
walkera-fans.de/downloads/
Please Log in or Create an account to join the conversation.
- djtrance
- Topic Author
- Offline
- Posts: 170
Please Log in or Create an account to join the conversation.
- djtrance
- Topic Author
- Offline
- Posts: 170
after that I use the saleae logic I think the memory is working how you can see in the image. but I don't know if is working how must to do, because, when I change some information on the model in the original firmware, and after this I turn off the radio, when I turn it on.. the radio haven't the change that I did. for this reason I will try it with the deviation firmware for f7 but I must be sure that the dfu firmware will not erase the original boot loader. How I can be sure that will not happen?.
the makefile has :
DFU_ARGS := -c 7 -b 0x08003000
the first image is when I turn on the radio, the secos is when I turn off the radio
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
To boot your code, you need to ensure you leave a hole at 0x 08005000 because the dfu code installs a checksum there. if you use the deviation devo7e.ld file, you should be ok.
I don't understand your Saleae logs. I would not ever expect to see clock with vdd low. I also didn't think that the hold or wp pins were even used on the Devo radio. I would expect them to be tied directly to Vdd. The CE transition doesn't make much sense with respect to the data I see either. So I can't help you with the logs you've provdided
Please Log in or Create an account to join the conversation.
- djtrance
- Topic Author
- Offline
- Posts: 170
Please Log in or Create an account to join the conversation.
- djtrance
- Topic Author
- Offline
- Posts: 170
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
If so, that is great news. I am going to start work on the Devo F12E soon.
It would be great if you start with the current trunk code in the repo, create a branch and make your changes there and checkin frequently. I'm planning to start work on the F12E soon, and there may be some sharing that can be done between the F7and F12E.
Please Log in or Create an account to join the conversation.
- djtrance
- Topic Author
- Offline
- Posts: 170
I have the MicroUAV code now. I think that is a Deviation 4.0.0 code. How you think is better to start?
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
The OSD chip does not support pixel writing (at least all the documentation we found said so)
I have a link to the OSD page here:
www.deviationtx.com/articles/17-hardware...hardware-connections
I am not sure of your native language, but I used google translate to convert the IA9211 documentation to English.
Please Log in or Create an account to join the conversation.
- Home
- Forum
- Development
- Development
- Can Any help me with my F7