Seeed-Studio / LoRaWan-E5-Node

Applications on LoRa-E5 mini/ LoRa-E5 Development Kit with v1.1.0 STM32Cube MCU Package for STM32WL series(SDK)
56 stars 26 forks source link

mini-E5 STM32CubeIDE LORAWAN_End_Node wrong IOC File #20

Open wpfundstein opened 6 months ago

wpfundstein commented 6 months ago

Hi,

i downloaded the LORAWAN_End_Node Project for STM32CubeIDE

i can compile and upload the hex file to the mini-E5 and it works.

Now i want to configure some Input and Output GPIO but when i save and generate the code i get errors. the reason is incomplete configuratation in LORAWAN.

i think the ioc file is not for the mini-E5

what is wrong?

thanks, Werner

marekpow commented 6 months ago

Try this: link. It works for me.

wpfundstein commented 6 months ago

Try this: link. It works for me.

i work with this project files and have issues with the ioc file.

thanks

PS: maybe a problem with my STM32CubeIDE Version?

STM32CubeIDE Version: 1.14.1 Build: 20064_20240111_1413 (UTC) OS: Windows 10, v.10.0, x86_64 / win32 Java vendor: Eclipse Adoptium Java runtime version: 17.0.8.1+1 Java version: 17.0.8.1

KonRoz commented 5 months ago

Were you able to get this working? I have been trying to modify the configuration to enable SWO console output on PB3.

wpfundstein commented 5 months ago

No. If i Change anything. Add a gpio or other and then create Code i get many Errors by compiling the Code.

marekpow commented 5 months ago

Try to use my. I it forked from the above repo.

wpfundstein commented 5 months ago

Try to use my. I it forked from the above repo.

your link is not working.

marekpow commented 5 months ago

I'm sorry, it was my mistake. The proper URL is here. I forked it from the Seeds Studio repo via a zipped code.

thonghatmit commented 3 months ago

I'm sorry, it was my mistake. The proper URL is here. I forked it from the Seeds Studio repo via a zipped code.

Hi Sorry, but i use your repo on the link, the problem is still there when i try assign adc pin for ioc file, when code is generated, it get the same error, file adc_if.c is auto deleted by code generator cayvcl