Quality RTOS & Embedded Software

 Real time embedded FreeRTOS RSS feed 
Quick Start Supported MCUs PDF Books Trace Tools Ecosystem


Loading

STM32f103VET6 I2C -1 Do not work when Flash Address & Vector Address changed to 0x08005000 on IAR Embedded Workbench v 6.40

Posted by akshay1989 on July 15, 2015

Hello,

  I have been using FREERtos demo for STM32F103 on 'IAR embedded Workbench ,version 6.40' on windows XP OS.

I am using the microcontroller STM32F103VET6 in my application. Here I am using I2C-1 in polling mode, my I2c works fine when I set my Flash Address & Vector table address = 0x8000000 , but when I set my Flash Address & Vector table address to 0x08005000 I2c-1 do not respond where as rest of the application and peripherials works properly. Initial part of ROM memory is occupied by Device Firmware Upgradion code. I have performed all the hardware tests on CRO , I2C-1 is not giving any problems.

Here is my code Snippet:

    prvSetupHardware();

    static_delay_ms(50); // system warmup delay

    NVICConfig();  
    GPIOConfig();

    InitI2C();               

I2C_GenerateSTART(I2C1,ENABLE ); // Here I am generating a dummy start.

while(!I2CGetFlagStatus(I2C1,I2CFLAG_SB)); // checking I2c-1 startflag status , here my code // gets stucked

static_delay(100);

I2C_GenerateSTOP(I2C1, ENABLE);

while(I2CGetFlagStatus(I2C1, I2CFLAG_STOPF));


STM32f103VET6 I2C -1 Do not work when Flash Address & Vector Address changed to 0x08005000 on IAR Embedded Workbench v 6.40

Posted by rtel on July 15, 2015

Is this a FreeRTOS issue? From your code snippet it doesn't look like you have started the scheduler yet.


[ Back to the top ]    [ About FreeRTOS ]    [ Privacy ]    [ Sitemap ]    [ ]


Copyright (C) Amazon Web Services, Inc. or its affiliates. All rights reserved.

Latest News

NXP tweet showing LPC5500 (ARMv8-M Cortex-M33) running FreeRTOS.

Meet Richard Barry and learn about running FreeRTOS on RISC-V at FOSDEM 2019

Version 10.1.1 of the FreeRTOS kernel is available for immediate download. MIT licensed.

View a recording of the "OTA Update Security and Reliability" webinar, presented by TI and AWS.


Careers

FreeRTOS and other embedded software careers at AWS.



FreeRTOS Partners

ARM Connected RTOS partner for all ARM microcontroller cores

Espressif ESP32

IAR Partner

Microchip Premier RTOS Partner

RTOS partner of NXP for all NXP ARM microcontrollers

Renesas

STMicro RTOS partner supporting ARM7, ARM Cortex-M3, ARM Cortex-M4 and ARM Cortex-M0

Texas Instruments MCU Developer Network RTOS partner for ARM and MSP430 microcontrollers

OpenRTOS and SafeRTOS

Xilinx Microblaze and Zynq partner