Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people's questions, and connect with other people.

Have an account? Sign In
Continue with Facebook
Continue with Google
or use

What is the capital of Egypt? ( Cairo )

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people's questions & connect with other people.

Sign Up Here
Continue with Facebook
Continue with Google
or use

What is the capital of Egypt? ( Cairo )

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Volt.Tech

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask question.

Continue with Facebook
Continue with Google
or use

What is the capital of Egypt? ( Cairo )

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

volt.tech Logo volt.tech Logo
Sign InSign Up

volt.tech

volt.tech Navigation

  • Home
  • About Us
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Tags
  • Category
    • Amplifiers
    • Passives & Protection
    • Clocks & Timing
    • Diodes & Rectifiers
    • FPGAs & PLDs
    • Interface ICs & Transceivers
    • LEDs & Optoelectronics
    • Memories
    • MEMS & Sensors
    • Microcontroller
    • Power Management
    • RF & Microwave
    • Security & Smart Card
    • Motor Drivers
    • Wireless Connectivity
  • Groups
  • Add group
  • Badges
  • Help
  • Home
  • About Us
  • Contact Us
Home/toolbox

volt.tech Latest Questions

vikas Nagpal
  • 0
vikas Nagpal
Asked: June 27, 2023In: Microcontroller

How to changed the file during the make build command?

  • 0

Hi, I’ve a design that was applied before on the PSoC6 platform and there were some changes in the BSP header/sources that were made. Now I use the latest modus toolbox and library manager so I just took the original BSP ...Read more

Hi,

I’ve a design that was applied before on the PSoC6 platform and there were some changes in the BSP header/sources that were made. Now I use the latest modus toolbox and library manager so I just took the original BSP and put then some changes from the previous old code base. I have noticed that the files have a notice in the header like

“This file shouldn’t be modified. It was automatically generated by.”

But I put the changes in the easiest way (I can reimplement them).

But when I issue the command make the files in the folder/ config/ GeneratedSource/ appear to be changed fully (looks like come in the original state).

So my questions here

1. Is it expected behavior? What the process of modus toolbox leads to this file change?

2. How I can be sure the BSP won’t be changed automatically coming time when I need to apply some patch for the stable figure?

What the process of modus toolbox leads to this file change?

Thank You

Read less
bspmoduspsoc6toolbox
  1. Alex thomas
    Added an answer on June 28, 2023 at 11:16 am

    Hi @Vikas 1. Yes, this is the expected behavior. Whenever you do a build after making some changes in the design, Code is regenerated by a BSP Configurator and is stored in a directory named GeneratedSource, which is in the same directory as the design. modus file. 2. You can use the SKIP_CODE_GEN oRead more

    Hi vikas Nagpal

    1. Yes, this is the expected behavior. Whenever you do a build after making some changes in the design, Code is regenerated by a BSP Configurator and is stored in a directory named GeneratedSource, which is in the same directory as the design. modus file.

    2. You can use the SKIP_CODE_GEN option in the make file to disable the code generation every time you make some changes

    This information is provided in the Modus toolbox user guide Link

    Thanks and Regards
    Alex

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  • 1 Answer
Answer
nidhi singh
  • 0
nidhi singh
Asked: April 27, 2023In: Interface ICs & Transceivers

How to use PSOC4 Device Kit in the Modus toolbox?

  • 0

Hello all, I’m applying to PSoC Creator for years But in the Modus toolbox, I’m a complete newbie, I need to try the device with the red PSOC4 pioneer kit cy8ckit– 042 (I can not find it, in the BSP list), I also selected ...Read more

Hello all,

I’m applying to PSoC Creator for years

But in the Modus toolbox, I’m a complete newbie,

I need to try the device with the red PSOC4 pioneer kit cy8ckit– 042 (I can not find it, in the BSP list),

I also selected a custom BSP, PSOC4- GENERIC

how can I choose a specific PSoC device?

in PSoC creator, there’s a device selector and also you choose the device.

I’ve tried to open the library manager but the target device is grayed out.

I’ve also tried modifying the MakeFile within

TARGET = CY8C4245AXI- 483

but also when I click compile it gives me the error

*** Build support for the target device not set up. Run” make get libs” to ensure all needed build and code dependencies are present.”

Thanks

Read less
cy8c4245aximakefilemoduspsoctoolbox
  1. ashishgawade
    Added an answer on April 29, 2023 at 10:36 am

    Hi @Nidhi Currently, there's no support for PSoC 4200 series devices in ModusToolbox. PSoC Creator will still be the go-to tool for PSoC 4200 devices. Thanks and Regards, Ashish Gawade

    Hi nidhi singh

    Currently, there’s no support for PSoC 4200 series devices in ModusToolbox. PSoC Creator will still be the go-to tool for PSoC 4200 devices.

    Thanks and Regards,
    Ashish Gawade

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  • 1 Answer
Answer
nidhi singh
  • 0
nidhi singh
Asked: April 4, 2023In: Microcontroller

How to Resolved Inclusion in Modus Toolbox?

  • 0

Dear colleague, I’m working on a design where I’m applying the CY8CKIT- 062 PIONEER KIT, my design is versioned and everything is working OK (compilation, libraries, BSP) until I changed my laptop. I pulled the design from the server to continue solving ...Read more

Dear colleague,

I’m working on a design where I’m applying the CY8CKIT- 062 PIONEER KIT, my design is versioned and everything is working OK (compilation, libraries, BSP) until I changed my laptop.

I pulled the design from the server to continue solving (understanding that Ire-generated themtb_shared libs using the library director) and the problem of the unresolved inclusion’ starts just after that. I tried to fix this using the indexer update and so on but I require help finding something!

Another thing that I need to mention here’s that when I produce a new design based on the empty design template’ the same problem occurs.

Thank you for your help.

Regards,

Read less
cy8ckitkitmoduspioneertoolbox
  1. Alex thomas
    Added an answer on April 6, 2023 at 10:42 am

    Hi Nidhi, I've just set up a result for this problem and I wanted to share it with you (if you or anyone differently have the same problem). On the top menu bar, go to Project-> Properties A properties window will show. On the left side menu, go to Project References. On the box to the right, conRead more

    Hi Nidhi,

    I’ve just set up a result for this problem and I wanted to share it with you (if you or anyone differently have the same problem).

    On the top menu bar, go to Project-> Properties
    A properties window will show. On the left side menu, go to Project References.
    On the box to the right, confirm if other systems are listed and check the ones that might be related to yours.
    Press Apply and Close buttons.

    Thank you

    Regards,
    Alex Thomas

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  • 1 Answer
Answer
Alex thomas
  • 0
Alex thomas
Asked: November 16, 2022In: Microcontroller

How to Change Device Part Number in Modus Toolbox XMC?

  • 0

Dears I would like to port an application that was developed on KIT_XMC14_BOOT_001 applying XMC1404- Q064x0200 to XMC1302- T038x0200. I tried to produce a custom BSP, and follow all available proofs for Modus Toolbox. But I’ve the following caseCould you ...Read more

Dears

I would like to port an application that was developed on KIT_XMC14_BOOT_001 applying XMC1404- Q064x0200 to XMC1302- T038x0200.

I tried to produce a custom BSP, and follow all available proofs for Modus Toolbox.

But I’ve the following case

Could you help me?

Regards

Read less
bspdeviceInfineonmicrocontrollertoolboxxmc
  1. nidhi singh
    Added an answer on November 21, 2022 at 10:03 am

    Hello, You can click the "Reset" button and then have a try. Regards, Nidhi Singh

    Hello, You can click the “Reset” button and then have a try.


    Regards,

    Nidhi Singh

    See less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
  • 1 Answer
Answer

Sidebar

Ask A Question

Stats

  • Questions 450
  • Answers 435
  • Comments 0
  • Best Answers 9
  • Popular
  • Answers
  • Manoj

    Configuration using .dp vision in Infineon XDPL series IC .

    • 5 Answers
  • Linto

    Renesas RL78/G14 ADC interface code

    • 4 Answers
  • Alex thomas
    Alex thomas added an answer Hello, Right, existing LED drivers all have PWM engines. It… September 19, 2023 at 11:10 am
  • Julian White
    Julian White added an answer Hello, You should set handshake after setting property RtsEnable =… September 14, 2023 at 10:59 am
  • Julian White
    Julian White added an answer Hello @Vikas, Thanks for posting your question online. Yes, one… September 12, 2023 at 10:33 am
  • Alex thomas
    Alex thomas added an answer Hi @sachinsharma, XDPL8221 has a PWM dimming interface which is… September 4, 2023 at 11:01 am
  • ashishgawade
    ashishgawade added an answer Hello I assume that you're using our STEVAL_ISC005V1 board and… August 29, 2023 at 10:32 am

Users

test30503594

test30503594

  • 0 Questions
  • 0 Answers
test32707981

test32707981

  • 0 Questions
  • 0 Answers
test26249294

test26249294

  • 0 Questions
  • 0 Answers

Explore

  • Tags
  • Category
    • Amplifiers
    • Passives & Protection
    • Clocks & Timing
    • Diodes & Rectifiers
    • FPGAs & PLDs
    • Interface ICs & Transceivers
    • LEDs & Optoelectronics
    • Memories
    • MEMS & Sensors
    • Microcontroller
    • Power Management
    • RF & Microwave
    • Security & Smart Card
    • Motor Drivers
    • Wireless Connectivity
  • Groups
  • Add group
  • Badges
  • Help

Footer

volt.tech

Volt.Tech

Find your spark

About Us

  • About Us
  • Contact Us
  • Groups

Legal Stuff

  • Privacy Policy
  • Faqs

Follow

© 2022 volt.tech. All Rights Reserved
With Love by volt.tech.