Git Product home page Git Product logo

Comments (5)

nminaylov avatar nminaylov commented on August 28, 2024

Yes, I haven't tested EINT functionality yet, but it seems to be done. I'll test and update it soon.
GPIO pin needs to be configured as AF6 for using it as EINT. You can add the following, maybe it will work:
gpio_pin_init(GPIOE, 8, GPIO_MODE_AF6, GPIO_PULL_DOWN, GPIO_DRV_3);

from f1c100s_projects.

sbsrb avatar sbsrb commented on August 28, 2024

Hi there,
FYI, well i tried with initializing GPIO to AF6 as needed but unfortunately still its not functioning as expected. Basically not getting the interrupt. Anyways i am giving up on this for now. Will move to next peripheral to test.
Actually we needed i2c and usb device support, so i will start work on that now.

I was wondering is it possible to access you through mail ? Maybe you can provide us some commercial help in this project to accelerate things.

Anyways thanks a lot for a providing great starting point!
Thanks.

from f1c100s_projects.

nminaylov avatar nminaylov commented on August 28, 2024

Hi,
I've fixed bug in the INTC driver. Now external interrupts are working.

I was wondering is it possible to access you through mail ? Maybe you can provide us some commercial help in this project to accelerate things.

Unfortunately, i don't have enought time to continue working on this project. You can contact me via email if you have some questions, but i can't guarantee fast response.

from f1c100s_projects.

sbsrb avatar sbsrb commented on August 28, 2024

HI there,
Great ! yes i checked the gpio interrupts and now its working perfectly...
No issues... I understand your prior commitments.
But really i am in pretty good shape now, yesterday i wrote most part of the i2c driver(basing on xboot) and hopefully should fully functional today.

Thank you so much for prompt and clear response.
I really appreciate all your help.
Thanks,Regards, Rishi

from f1c100s_projects.

sbsrb avatar sbsrb commented on August 28, 2024

Hi there,
I am trying to jump to FEL mode from my code which is not working, i am wondering if you can help in this.

Basically what i am trying to do is in your Simple bootloader sample lets says if valid application is not found then i want to jump to FEL mode. I am trying by jumping to 0xffff0020 address.
I tried :
asm volatile("ldr r0, =0xffff0020");
asm volatile("mov pc,r0");

Seems like it jumps i can see on my dmesg :
[57460.002932] usb 1-11.3.2: new full-speed USB device number 63 using xhci_hcd
[57475.418870] usb 1-11.3.2: device descriptor read/64, error -110
[57491.034767] usb 1-11.3.2: device descriptor read/64, error -110

But eventually it fails to setup the usb device.
May be SP also needs to be adjusted, i do not have much deeper understanding in assembly.

Is there any other way where we can programatically jump to FEL mode.
Please let me know once you have some time.

Thanks, Rishi

from f1c100s_projects.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.