Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by yamine

  1. Y

    SystemC and TLM difference

    Hi, my question is: what is the difference between Systemc and TLM? thank you in advance :)
  2. Y

    Freertos port for STM32F103

    Hi, am looking for Freertos port for stm32F103 with Standard peripheral library ver 3.5.0 ... any one for help .? thank you.
  3. Y

    Nios ii and interrupt

    Hi, i am creating a cutom peripheral with interrupt, but i dont know what will be the duration of my flag to be viewed by the NIOS. any idea ?
  4. Y

    interfacing an IP with Avalon bus

    Thank you, problem resolved ;)
  5. Y

    interfacing an IP with Avalon bus

    thank you for reply, am looking for a simple example in vhdl :)
  6. Y

    interfacing an IP with Avalon bus

    is there anyone who have a simple example of using avalon bus with a slave ip ? thank you in advance
  7. Y

    interfacing an IP with Avalon bus

    hi, i created a bloc in vhdl language, how can i interface it with avalon bus ?
  8. Y

    how to implement free RTOS ?

    i was wrong :) am looking for free RTOS in IAR project
  9. Y

    how to implement free RTOS ?

    thank you for reply; is it normal to find a "int main()" in the project ?
  10. Y

    how to implement free RTOS ?

    hi, i want to implement a free RTOS on my STM32f3 , how can i do this ? thank you :)
  11. Y

    pic12f675 sleep mode

    hi, i want to my pic12f675 to enter in sleep mode, and wake up by pin interrupt; this is my code: INTCON=0xD0; OPTION_REG=0; IOC=0x0f; WPU=0x27; TRISIO = 0x0F; // output GP4 #asm sleep; #endasm while (1); by this code i can wake up by MCLR but i want also wake it by...
  12. Y

    [SOLVED] Stm32f clock configuration?

    am waiting your replies plz thank you!
  13. Y

    [SOLVED] Stm32f clock configuration?

    hi, i have stm32f3 discovery board and i want to set the internal clock as a system clock, can you explain me pls this: /* PLL configuration */ RCC->CFGR &= (uint32_t)((uint32_t)~(RCC_CFGR_PLLSRC | RCC_CFGR_PLLXTPRE | RCC_CFGR_PLLMULL)); RCC->CFGR |= (uint32_t)(RCC_CFGR_PLLSRC_HSI_Div2 |...
  14. Y

    Internal Oscillator PIC18F4550

    thank you for reply, i want to test all internal frequences , am using C language
  15. Y

    Internal Oscillator PIC18F4550

    hi, How can i activate internal oscillator of the PIC18F4550 and display it in an output pin ?

Part and Inventory Search

Back
Top