Search found 2 matches

by ice3
Wed Jan 07, 2015 10:01 am
Forum: Other Boards
Topic: Port to FEZ Cerb40 1.1
Replies: 7
Views: 8568

Re: Port to FEZ Cerb40 1.1

The quartz is 12MHz. We changed stm32f4xx_hal_conf.h with this : #if !defined (HSE_VALUE) #define HSE_VALUE ((uint32_t)12000000) /*!< Value of the External oscillator in Hz */ #endif /* HSE_VALUE */ Nevertheless, with this, the USB wasn't working. We say that micropython was running on the board wit...
by ice3
Tue Jan 06, 2015 9:18 am
Forum: Other Boards
Topic: Port to FEZ Cerb40 1.1
Replies: 7
Views: 8568

Port to FEZ Cerb40 1.1

Hi, For a work related project, I need to use µpython on a Cerb40 ( https://www.ghielectronics.com/catalog/product/353 ). I haven't seen any port to this board, so maybe I can be helping. I have tried to compile and push standart µpython to the board but it does not work (that's not very surprising)...