Search found 14 matches

by bobricius
Mon Aug 01, 2016 8:17 pm
Forum: Other Boards
Topic: Porting to STM32L476Discovery/LimiFrog
Replies: 44
Views: 41665

Re: Porting to STM32L476Discovery/LimiFrog

dhylands: Thanks very much. It is working. I have 512KB. Do you think that is possible get more memory? ...700 or more
by bobricius
Sun Jul 31, 2016 9:52 am
Forum: Other Boards
Topic: Porting to STM32L476Discovery/LimiFrog
Replies: 44
Views: 41665

Re: Porting to STM32L476Discovery/LimiFrog

Thanks. And I read that problem with low flash size is because F405 have many 128kb flash blocks. Do you think that L476 not have this problem ?

Can you help my with compilation with DAC enabled? I want create small sound fx player with sounds stored on internal flash.
by bobricius
Sat Jul 30, 2016 11:42 pm
Forum: Other Boards
Topic: Porting to STM32L476Discovery/LimiFrog
Replies: 44
Views: 41665

Re: Porting to STM32L476Discovery/LimiFrog

Hi, Is possible increase mass storage flash disk size to maximum? MCU have 1Mb flash but python board show only 100kb I read that it is not posible no F405 but on L476 ???
by bobricius
Sat Jul 30, 2016 11:12 pm
Forum: Other Boards
Topic: Porting to STM32L476Discovery/LimiFrog
Replies: 44
Views: 41665

Re: Porting to STM32L476Discovery/LimiFrog

Hi I have try compile micropython for STM32L476 for my nucleo board with enabled DAC but I get this error I read here that Dac is working, please can anybody help? dac.c: In function 'pyb_dac_deinit': dac.c:255:36: error: 'DAC_CR_BOFF1' undeclared (first use in this function) DAC_Handle.Instance->CR...