Error with TI f28m36 in code composer studio - signal-processing

In CCS when i want to program in flash memory it stops and says that can't write in sector N.
Can everybody help me?
What's wrong?

Related

interrupt watson studio AI experiment

In watson studio the AI experiment is running from past 11 days. If I press stop the process from running it is giving an error code 500. How to stop this AI experiment ?
code generated by watson AI
Product manager for this offering here. Thanks for opening this question as this is something we are working to fix ASAP. When you see a 500 error for an AutoAI experiment, it has already been stopped; but as you can see there is a UI issue updating this.
To get support on this, please go to the main navigation in the top left of the Watson Studio interface and scroll down to Manage Tickets and open a support ticket describing the situation. This allow us to work closely with you to troubleshoot this issue.
Hope this helps,
Greg
I believe the current version already fixed this problem. #Raavibn, can you confirm? Thanks!

Visual Studio Performance Analyzer crashing

I have a relatively small F# app (< 400K) built and runs fine in Visual Studio 2012 and also from the command line, but when i try running it with the Perf Analyzer it crashes. The profiling method is Sampling. There's not much to go on, it does always seem to crash around roughly the same place, and the best I can tell is there is some Win error reported, something about a buffer overflow. Has anyone experienced this and have any idea what might be going on?
thanks

"There is insufficient memory. Save the document now." error while opening word 2003 document

I have developed one windows service through which I am trying to open an word document. But when service tries to open document, it logs following error "There is insufficient memory. Save the document now."
If I run the same program as normal windows application, it works fine but problem comes only when I try to run the program as windows service.
I tried to google this problem, but there arent many answers about this problem. Is there any way to increase the memory limit for windows service or process? Something like in Java world, where we can specify memory limit while executing java class java -Xmx800M. Is there something similar for windows processes?
Does anyone knows how to solve this problem? I am using C#, .net framework 2.0 and office 2003 for development.
I found out that office automation is not recommended by microsoft on server side code.
More information can be found here.
EDIT :
I found one more article regarding office automation in server side code.

Delphi debugger?

I'm finishing an internship at a company and have just been thrown onto this project for the last month where the program is built upon an engine that they "failed" to buy the source code for. Now I've been given the task of finding out why it is failing, on only certain conditions and customer feedback hasn't been great. The main developer for the project is also out on leave for several months.
I have the engine install and know the language it was written in (delphi6?).
note which I have never had to use
I have our products msi.
I'm expected to go through the regular app and pinpoint the problem. I suspect it is something to do with fields not being re-initialized properly.
Is there a way to attach a debugger to the exe to see callstacks and all that hotness?
Any help that would avoid countless use cases would be received gratefully.
You can attach the Delphi debugger to any running process (like all other win32 debuggers out there) but I don't think the experience will be near what you expect. Delphi produces really tight executables which means the info for building human readable callstacks or any kind of "hotness" are simply not there.
Your only chance is in that if your application is a Debug release. In that case, Delphi debugger should help more than a generic debugger.
You might also want to have a look at this thread - Is there a program to decompile Delphi?
In Delphi 2006 (not sure about 6) you can attach the debugger to a running process.
You only get assembler instructions, registers, flags, memory dump and stack (hex). Hope that is enough.
Nice, I tried to attach to the ide/debugger and they disallowed that ;-).

Anaconda prompt output gets stuck

I have a problem with anaconda prompt on windows 10 since the output of long running programs (Machine Learning with Keras) occasionally stops. Only when I press enter, the output seems to go on. I also assume that the program itself halts since the output does not seem to catch up fast.
Has anyone else encountered a similar problem and has suggestions for me?
Thanks in Advance!

Resources