Query on IAP over UART for STM32F072C8
Posted on November 27, 2015 at 18:41 The original post was too long to process during our migration. Please click on the attachment to read the original post.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on November 27, 2015 at 18:41 The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on November 30, 2015 at 13:53hello I make custom board with sdram and use stm32f756 chip. Then I try to run modyfied my self version of uclinux (and u-boot) - but system hangs. this is callstack that I build with 2 leds (early printk don't wo...
Posted on November 30, 2015 at 14:24I observe ethernet packet lose then transmitting at high rate: while (1) { while (1) { err = low_level_output( &gnetif, p); if ( err != ERR_OK ) continue; else brea...
Posted on November 30, 2015 at 12:57CubeMx generates stm32f0xx_hal_adc_ex.h In that file in the implementation of macro ADC_CHANNEL_INTERNAL_PATH the returned value is either ADC_CCR_TSEN or ADC_CHANNEL_VREFINT. The second is probably wrong and shou...
Posted on November 26, 2015 at 14:58Hello STM32 users,I've received the STM32F401RE board and am trying to run a test program on it. I downloaded uVision5 and the STM32Cube_FW_F4_V1.9.0 and opened the UART project that came with the package. The ''D...
Posted on November 30, 2015 at 11:16Hello,I have successfully implemented the motor control using the STM32 FOC lib using MCI_ExecSpeedRamp() and MCI_StartMotor(). However there seems to be a slightly different behavior when the Ramp time is somethi...
Posted on November 30, 2015 at 10:22in file : STM32Cube_FW_F3_V1.3.0\Middlewares\ST\STM32_USB_Device_Library\Core\Src\usbd_ctlreq.cLines : 340, 345, 403: case USB_DESC_TYPE_CONFIGURATION: if(pdev->dev_speed == USBD_SPEED_HIGH ) { ...
Posted on November 30, 2015 at 08:57Hello, Starting a project based on datalog example delivered in this SW Package (STM32CubeExpansion_MEMS1_V1.4.0), I'm looking for an ioc file to initialize peripherals and cloks, but I'm unable to find it? Is-it...
Posted on November 29, 2015 at 11:25SMT32CubeMX 4.11.0 still puts space to build artifact name (in ST4STM32 / Exlipse project). The space is in the name of directory where the project is generated, so it will be <my project name><space>Configuratio...
Posted on November 29, 2015 at 23:34Hello,I'm trying to build a demo program (from firmware package) for STM32F429I - disco and i can't even rebuild the program due to the limit exceeding error. I'm confused here. Am i wrong with using Keil-MDK for ...