HubertD / f0x2-can-breakout

STM32F0x2 LQFP36 breakout board with CAN transceiver
Other
0 stars 0 forks source link

libraries not found and code reference #1

Closed joaoantoniocardoso closed 6 years ago

joaoantoniocardoso commented 6 years ago

Hi, I just opened the schematic and got this error:

The following libraries were not found:

  • con_debug
  • nxp_tja
  • stm32_xor

Where can I get those libs?

Also, i'm studying to design a very similar board, do you have some implemented code using its CAN controller?

Thanks

HubertD commented 6 years ago

unfortunately, I don't have these library around any more. all the parts there should, however, be part of the kicad standard library now. suppose you want to use these, if you want to make a new schematic.

however, the library cache is in the repository, so I expect, apart from the error messages, the kicad schematic is perfectly working for you? if you really want to, you can extract the parts from there.

one firmware that uses basically the same hardware is in the candleLight-fw repo: https://github.com/HubertD/candleLight_fw