Search found 11 matches

by olegiv
Sat Jan 06, 2024 7:58 am
Forum: Charging
Topic: Develop a QCA7000 board?
Replies: 677
Views: 9564313

Re: Develop a QCA7000 board?

uhi22 wrote: Mon Jan 01, 2024 6:06 pm ...buffer optimization makes sense.
I agree with this. Maybe you shouldn't worry too much about the lack of memory - just change the controller to a controller like stm32f405rgt6. I don't think it's a big problem. Of course, it may not be the most popular solution
by olegiv
Fri Dec 22, 2023 5:00 pm
Forum: Charging
Topic: Develop a QCA7000 board?
Replies: 677
Views: 9564313

Re: Develop a QCA7000 board?

If you find out which is the eclipse (==cubeide) project file we could add it to the repo so people who prefer eclipse can use it with little hassle When you open a project in STM32CubeIde (or Eclipse IDE for C/C++ Developers), the ".cproject", ".project" and ".SETTINGS&quo...
by olegiv
Fri Dec 22, 2023 2:49 pm
Forum: Charging
Topic: Develop a QCA7000 board?
Replies: 677
Views: 9564313

Re: Develop a QCA7000 board?

If you feel the CubeIDE is your preferred way, you could try to find out how to bring the project back into this and describe this, so that others can do it the same way. Or describe the blocking points and maybe they can be resolved to enable different IDEs in parallel. The project does not need t...
by olegiv
Fri Dec 22, 2023 10:39 am
Forum: Charging
Topic: Develop a QCA7000 board?
Replies: 677
Views: 9564313

Re: Develop a QCA7000 board?

johu wrote: Fri Dec 22, 2023 9:44 am It's fixed already 😉 viewtopic.php?p=64622#p64622
Thank you - I've seen that. My point was that it's easier for me to fix errors if I use the IDE
by olegiv
Fri Dec 22, 2023 6:23 am
Forum: Charging
Topic: Develop a QCA7000 board?
Replies: 677
Views: 9564313

Re: Develop a QCA7000 board?

Thank you all! I haven't visited the site in a while. It may be useful to someone - to exclude such problems as: Finding4: The make does not see if the param_prj.h is changed. Just calling make (or in my case mingw32-make) should see the changed file compile all dependent files. Unfortunately I'm no...
by olegiv
Tue Oct 17, 2023 4:54 am
Forum: Charging
Topic: Develop a QCA7000 board?
Replies: 677
Views: 9564313

Re: Develop a QCA7000 board?

I apologize - if the question is not appropriate here. Perhaps this question would be better placed at https://github.com/uhi22/ccs32clara Looks like the QCA frame size may not always be correct? File qca7000.c - function QCA7000checkRxDataAndDistribute - condition -(L2+10==L1) What could be the rea...
by olegiv
Mon Sep 25, 2023 5:24 pm
Forum: Charging
Topic: Develop a QCA7000 board?
Replies: 677
Views: 9564313

Re: Develop a QCA7000 board?

uhi22 wrote: Mon Sep 25, 2023 3:47 pm While the device is powered, I measure a 35k pulldown, this should be fine.
Thanks for the information
by olegiv
Mon Sep 25, 2023 10:20 am
Forum: Charging
Topic: Develop a QCA7000 board?
Replies: 677
Views: 9564313

Re: Develop a QCA7000 board?

Has anyone tried using QCA's JTAG? Is it possible to use JTAG for flash programming? So far I have decided to program via the free SPI U3 (STM32). Pin QCA PLL_BYPASS "normally 10кОм to ground" - datasheet. The fact that this QCA pin isn't connected to ground will not affect the operation o...
by olegiv
Thu Sep 21, 2023 3:53 am
Forum: Charging
Topic: Develop a QCA7000 board?
Replies: 677
Views: 9564313

Re: Develop a QCA7000 board?

The setup to program the SPI flash is described here: https://github.com/uhi22/foccci#programming-the-spi-flash Thanks again - as I understand it - if RESET QCA is set to GND, the corresponding QCA pins go to impedance state and it is possible to connect to these pins externally. I will try it. I'm...
by olegiv
Wed Sep 20, 2023 3:35 pm
Forum: Charging
Topic: Develop a QCA7000 board?
Replies: 677
Views: 9564313

Re: Develop a QCA7000 board?

uhi22 wrote: Wed Sep 20, 2023 1:53 pm Because the QCA does not have internal memory for its firmware.
Thanks, while I don't understand how to program and what firmware to use - I will read further
by olegiv
Wed Sep 20, 2023 9:57 am
Forum: Charging
Topic: Develop a QCA7000 board?
Replies: 677
Views: 9564313

Re: Develop a QCA7000 board?

I am very sorry - why is Serial Flash Memory installed for QCA7000?