Git Product home page Git Product logo

433t30d-lora-kiss-tnc's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

433t30d-lora-kiss-tnc's Issues

E32-433T30D module (not a bug)

Good day!
Thank you for sharing project.
Have you tried to run it on very similar module: E32-433T30D ?

http://www.ebyte.com/en/product-view-news.aspx?id=108

Looks like it also use same STM8L processor Only thing I not sure about how much flash memory it have.
I asking because when I tried to flash E32-433T30D with your firmware it seems to me that CPU restart itself after that command:

`
//config.h
....
#define __enable_interrupt() asm("rim")
...

//main.c
void mcu_init()
{
.....
__enable_interrupt(); //RESTART
}
`

I not very familiar with STM, and not sure why that happens. (Other CPU submodel or different PCB)
Maybe you have some experience with E32-433T30D module?
Thank you.

P.S.
Looks like it have same PCB layout. (image from Internet)
image

compiler ?

Hi,

Witch tools are you using to build firmware ?

I tried cosmic toolchain but have error with it:

#include <iostm8l151g6.h> not found
i replace it by #include <iostm8l152x.h>

but other errors occured
#error cpstm8 ..\downloads\433t30d-lora-kiss-tnc-master\bridge.c:54(11+7) invalid typedef usage
#error cpstm8 ..\downloads\433t30d-lora-kiss-tnc-master\bridge.c:45(2+11) PD_ODR_ODR3 undefined
#error cpstm8 ..\downloads\433t30d-lora-kiss-tnc-master\bridge.c:25(2+11) PD_ODR_ODR0 undefined
#error cpstm8 ..\downloads\433t30d-lora-kiss-tnc-master\bridge.c:54(26) i undefined
#error cpstm8 ..\downloads\433t30d-lora-kiss-tnc-master\bridge.c:102(4+11) PD_ODR_ODR3 undefined

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.