STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Question about nested interrupt handling in ARM.

Posted on February 06, 2016 at 09:47Good afternoon for all.In flat interrupt model of other processors after entering in handler all interrupts will be disabled automatically as normal. For implement nesting you must enable interrupts by himself. Th...

STM32F429I-DISCO LCD + SPI DMA

Posted on February 04, 2016 at 18:24How to use DMA with SPI? Im trying to send image from SDRAM via SPI to LCD on STM32F429i-disco board: void LCD_ILI9341_SendImageFrame(uint8_t* data) {     ILI9341_WRX_SET;     ILI9341_CS_RESET;     HAL_SPI_Transmi...

rokko by Associate II
  • 868 Views
  • 2 replies
  • 0 kudos

Description of all STM32CubeMX options

Posted on February 02, 2016 at 02:10I'm learning about the whole STM32 environment (specifically using an STM32L4 Discovery board) and trying to use the STM32CubeMX software.Under the USB peripheral, there are a number of options that make reference...

Receiving DMX with STM32F070

Posted on February 05, 2016 at 18:34Howdy, I'm working on a project that will receive DMX using the STM32F070CBT6. I have PA1, configured as USART4_RX, connected to my DMX input via an RS485 transceiver. Most of this is straightforward, but I have a...

Nucleo-F103 Reset not working.

Posted on February 05, 2016 at 12:38Hi. I have been programming my new nucleo_F103RB, a bit lately and I have noticed lately that when I program the micro with whatever I'm working on, the program finally runs after ST-LINK has finished. But when I ...

kvresto by Senior
  • 559 Views
  • 3 replies
  • 0 kudos

f103 spi slave unreliable

Posted on February 05, 2016 at 04:13 I am experiencing difficulty getting the spi slave to transmit data. Receiving data works perfectly and correctly, transmitting however doesn't. Initialisation code: GPIO_InitTypeDef GPIO_InitSt...

zhausq by Associate III
  • 758 Views
  • 3 replies
  • 0 kudos

STM32Cube - ADC + DMA issue

Posted on February 05, 2016 at 23:28Hello!I'm trying to use a generated code by the STM32Cube software (for a STM32F205 device) to read a sequence of ADC channels using the DMA in circular mode, and I'm facing some annoying problems: The code is s...

ST32L476 use of VREF+

Posted on February 02, 2016 at 17:01Thanks for any help. I'm confused on how to connect VREF+. I see that it can be used as an reference voltage output, and I now have it as No Connect. VDDA is connected to its pin, which seems to provide the voltag...

In build bootloader

Posted on January 26, 2016 at 10:54Hi friends ,  I found following and did not understand why  __set_MSP(0x20002000) , why main stack pointer hold 0x20002000 ; why not 0x20000000 (sram start address) for stm32f429.     When  I debug and look in 0...

STM32F407 USB device without VBUS monitoring

Posted on February 04, 2016 at 14:21Hi all:    I am developing a device with an STM32F407. The device will always be powered by its own power supply. It will have a USB socket so that it can act as a ''USB device'' (a USB slave) that shows up as a s...

Diez.R. by Associate II
  • 1701 Views
  • 5 replies
  • 0 kudos