-
Notifications
You must be signed in to change notification settings - Fork 1k
Add RAK811 LoRa Tracker Board #254
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
Conversation
Hi @fpistm The SRAM is 16k Thanks |
66d5a9c
to
5545e3e
Compare
Ok. Thanks. updated to 16kb of RAM. I read somewhere it was up to 32k maybe a mistake... |
May need to research the SRAM size - see https://github.com/Ebiroll/RAK811_BreakBoard
|
@chaolue yes this is what I've read 👍 Maybe I could add a menu to select ramsize. |
5545e3e
to
d788861
Compare
I've added a sub menu to be able to select RAM Size (16Kb by default) |
Any news @sabas1080? |
344831c
to
db28efb
Compare
Hi @fpistm I am useing stm32flash and it appears the next information
|
So, there is 2 versions. With the ram size menu you can select the right one. |
Hi @sabas1080, |
@sabas1080 Any update? |
I'm going to testing today |
I have updated to 1.3.0 and
|
Sounds strange as I've added the PinNamesVar.h |
now I have the next error
|
it seems to be a path error |
So the build is ok but it do not fin the uploader tools. |
Yes. How do you use the core git repo ? |
db28efb
to
23efbf8
Compare
I do not changed tools binaries. So, if it's work before this should always work. |
Is the version of the binary My version is
|
To sum up: build is ok but you cannot flash thanks Serial? |
Build ok, but stmflash version not compatible with chip |
Ok so you never flash using stm32flash provided with core tools before? Regarding stm32flash source:
Have you selected 32kb in the RAM menu? To use the correct linker script (ldscript_xba.ld) as it seems you have There is one issue around L1 on stm32flash: I will try to try stm32flash on L1 to see if I reproduce your issue. Anyway could you test with ST-Link to validate the variant? |
Now that I remember, I am using this correction that's why I have version 5 |
Ah interesting. |
Yes, it should build STM32flash with this fix |
I have an error with next code
led stays on |
Yes, LED is connected to 3.3v |
So this is normal :) |
About STM32Flash issue. Think the 2nd is the best solution as it support all STM32 Series. |
I'm going to try the second option |
Did you set the Boot0 to 1 ? |
yes |
Hi @sabas1080, |
Small update, I will update soon all the current upload tools (STM32Flasher, STLink for windows and texane stlink for Linux/MacOS) to their latest version. |
5d20be9
to
824918c
Compare
Hi @sabas1080 I think I will merge this PR as the basic support should be ok. |
Datasheet: http://docs.rakwireless.com/en/RAK811%20TrackerBoard/Software%20Development/RAK811%20TrackerBoard%20Datasheet%20V1.1.pdf Github: https://github.com/RAKWireless/RAK811_BreakBoard Using RAK 811 Lora Module Datasheet: http://docs.rakwireless.com/en/RAK811/Software%20Development/RAK811%C2%A0Lora%C2%A0Module%C2%A0Datasheet%C2%A0V1.3.pdf http://www.rakwireless.com/en/download/RAK811/Hardware%20Design Signed-off-by: sabas1080 <s@theinventorhouse.org>
Two version of RAK811 LoRa Tracker exist: 16Kb and 32Kb. Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
824918c
to
a4291d8
Compare
Add RAK811 LoRa Tracker Board
Hi @sabas1080,
This PR is the review of your PR #229
I've made several clean and rename the variant RAK811_TRACKER.
RAK811 is a module not really a board but as you mentioned in your PR the board is the
RAK811 LoRa Tracker
I've only one doubt about RAM size 16k or 32k? I think it is 32k, could you confirm?--> Sub menu added to be able to select RAM Size (16Kb by default)Could you test this variant and let me know if it is ok?
Thanks in advance.
Datasheet:
http://docs.rakwireless.com/en/RAK811%20TrackerBoard/Software%20Development/RAK811%20TrackerBoard%20Datasheet%20V1.1.pdf
Github:
https://github.com/RAKWireless/RAK811_BreakBoard
Using RAK 811 Lora Module
Datasheet:
http://docs.rakwireless.com/en/RAK811/Software%20Development/RAK811%C2%A0Lora%C2%A0Module%C2%A0Datasheet%C2%A0V1.3.pdf
http://www.rakwireless.com/en/download/RAK811/Hardware%20Design