Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Signal to firmware not to load app from flash #214

Open
mchack-work opened this issue Apr 24, 2024 · 2 comments · May be fixed by #212
Open

Signal to firmware not to load app from flash #214

mchack-work opened this issue Apr 24, 2024 · 2 comments · May be fixed by #212
Labels
enhancement New feature or request fpga Related to the FPGA design
Milestone

Comments

@mchack-work
Copy link
Member

When the firmware has the added functionality to load an app from flash in some products, the FPGA needs to have a way to indicate to the firmware that the app should be loaded in the usual way, from the client.

@mchack-work mchack-work linked a pull request Apr 24, 2024 that will close this issue
@mchack-work mchack-work added enhancement New feature or request fpga Related to the FPGA design labels Apr 25, 2024
@mchack-work mchack-work added this to the Codename Castor milestone Apr 25, 2024
@mchack-work
Copy link
Member Author

mchack-work commented May 16, 2024

Decision on meeting on 2024-05-16 to try to use a touch hold for this function. See attached PR.

Needs a software test. See #223

@dehanj
Copy link
Member

dehanj commented May 20, 2024

Started to investigate this, the touch sensor have a ~300 ms start up time, see attached picture. During this time the output from the touch sensor will be high, regardless of a touch or not. It seems to go low when it is ready.
This is most likely some power up sequence the touch IC needs, maybe calibration, maybe something else.

On top of this, the sensor is not registering a touch that started before the end of these 300 ms, meaning holding on the touch area and powering up the device, will not register a touch. The touch needs to start when the touch IC is ready.

Screenshot 2024-05-20 at 08 39 57

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request fpga Related to the FPGA design
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants