Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by piccolinomassimo

  1. P

    Can protocol with stm32

    #include "stm32f10x.h" #include "GLCD.h" typedef enum {FAILED = 0, PASSED = !FAILED} TestStatus; vu32 ret; /* for return of the interrupt handling */ volatile TestStatus TestRx; ErrorStatus HSEStartUpStatus; TestStatus CAN_Polling(void); TestStatus CAN_Interrupt(void); void...
  2. P

    Can protocol with stm32

    Hi all. Excuse me for my english. I'm writing a code for send a number or a char between two arm microcontroller STM32F107. I see the example code but i don't understand when i must define the constant ( in the main.c) and when send and receive it.( in the file for the interrupt). there is an...

Part and Inventory Search

Back
Top