Hardware Accelerator
Posted on May 07, 2013 at 17:00is there any hw accelerator on java enabled versions of stm32 mcus?
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on May 07, 2013 at 17:00is there any hw accelerator on java enabled versions of stm32 mcus?
Posted on May 07, 2013 at 17:26What is cost of your development platform?
Posted on May 28, 2013 at 13:13I use a DMA1-CH1 associated to TIM4-CH1 to feed data to GPIOC.I use the DMA IRQ CH1 to know when Transfer Complete is done.In this case all works as expected.I have a problem when used another DMA channel, for instanc...
Posted on May 07, 2013 at 17:45I did not understand the need of specific STM32 JAVA devices. What is specific inside these U and J types.
Posted on May 07, 2013 at 16:40Hi,Is ST planning to provide a low cost development board, like stm32f4 discovery?
Posted on May 07, 2013 at 16:41Hi,Resulting binary can be downloaded to a general STM32 or only to a Java enabled one?
Posted on May 20, 2013 at 12:11Hello,I'm currently designing my own schematic based on the STM32F4DISCOVERY board.The two BAT60 power supply protection diodes (D1 & D3) are not relevant for me because they generate a dropout voltage: +5V is in fact ...
Posted on May 28, 2013 at 01:00Hi, I'm using this Board: http://www.keil.com/support/man/docs/mcbstm32f200/mcbstm32f200_to_memory.htm to build up a small webserver interface. I want to put the website data on the NAND-Flash. But what is the Adress o...
Posted on May 26, 2013 at 19:53The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on May 27, 2013 at 06:21 I am trying for now to send 600 001 bytes to PC from stm32f4 discovery board. below is how USART configured: uint32_t config_usart3( void ) { //===========================================================...